Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAneesh Dogra <lionaneesh@gmail.com>2012-12-20 22:36:54 (GMT)
committer Aneesh Dogra <lionaneesh@gmail.com>2012-12-20 22:36:54 (GMT)
commit317653a3f8be4a99ef50322c4ee0bba972a6add8 (patch)
tree40a33f0656fa624e348f2ba69566824cab027179
parent58ee9e60a656de229c7fbe7098d61d06f2f11779 (diff)
Add separator to the toolbar.
-rw-r--r--ConstellationsFlashCards.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ConstellationsFlashCards.py b/ConstellationsFlashCards.py
index 14e585f..d85d5b7 100644
--- a/ConstellationsFlashCards.py
+++ b/ConstellationsFlashCards.py
@@ -736,6 +736,7 @@ class ConstellationsFlashCards(activity.Activity):
separator = Gtk.SeparatorToolItem()
separator.props.draw = False
separator.set_expand(True)
+ toolbar_box.toolbar.insert(separator, -1)
separator.show()
# The stop button