Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity.py
diff options
context:
space:
mode:
authorAgustin Zubiaga <aguz@sugarlabs.org>2012-07-18 15:09:46 (GMT)
committer Agustin Zubiaga <aguz@sugarlabs.org>2012-07-18 15:09:46 (GMT)
commit1fca627f9777090590ffaf554f09804ef000b672 (patch)
tree9a497ab703b60efe24d35b66398c227258797027 /activity.py
parent795a69b19ffa007e0247b6b5a11c047012e72937 (diff)
Moving HelpButton before the fill spacer
Diffstat (limited to 'activity.py')
-rw-r--r--activity.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/activity.py b/activity.py
index df1360f..f2c84ef 100644
--- a/activity.py
+++ b/activity.py
@@ -291,13 +291,13 @@ class ChartActivity(activity.Activity):
toolbarbox.toolbar.insert(fullscreen_btn, -1)
+ charthelp.create_help(toolbarbox.toolbar)
+
separator = gtk.SeparatorToolItem()
separator.set_draw(False)
separator.set_expand(True)
toolbarbox.toolbar.insert(separator, -1)
- charthelp.create_help(toolbarbox.toolbar)
-
stopbtn = StopButton(self)
toolbarbox.toolbar.insert(stopbtn, -1)