Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ConstellationsFlashCards.py
diff options
context:
space:
mode:
authorAneesh Dogra <lionaneesh@gmail.com>2012-12-20 22:06:07 (GMT)
committer Aneesh Dogra <lionaneesh@gmail.com>2012-12-20 22:06:07 (GMT)
commit7a4569c58d99e81c443c7240a0cfb1d4bffa3d66 (patch)
treef98f0b0487ece3fd3f67a03c97e2d849c0559a76 /ConstellationsFlashCards.py
parentfb5f05f73a927531e6f662aa63d42c55f2212fcb (diff)
Fix separator.
Diffstat (limited to 'ConstellationsFlashCards.py')
-rwxr-xr-xConstellationsFlashCards.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/ConstellationsFlashCards.py b/ConstellationsFlashCards.py
index b919cdb..14e585f 100755
--- a/ConstellationsFlashCards.py
+++ b/ConstellationsFlashCards.py
@@ -734,7 +734,8 @@ class ConstellationsFlashCards(activity.Activity):
result_toolbar_button.show()
separator = Gtk.SeparatorToolItem()
- toolbar_box.toolbar.insert(separator, -1)
+ separator.props.draw = False
+ separator.set_expand(True)
separator.show()
# The stop button