Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/toolbars.py
diff options
context:
space:
mode:
authorGary Martin <gary@garycmartin.com>2010-07-30 04:04:18 (GMT)
committer Gary Martin <gary@garycmartin.com>2010-07-30 04:04:18 (GMT)
commit278e14d0b3367ea18fae43cc753c0b031a392556 (patch)
tree867eafea3c6bda428a87bf6f59c428aa0b9fb15e /toolbars.py
parenta4ee179c7088b79a31f366ee5c080bfb19abf39f (diff)
Dropped a toolbar separator to help those using 800x600 displays.
Diffstat (limited to 'toolbars.py')
-rw-r--r--toolbars.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/toolbars.py b/toolbars.py
index 1076c3d..c687bed 100644
--- a/toolbars.py
+++ b/toolbars.py
@@ -274,8 +274,7 @@ class MiscToolbar(gtk.Toolbar):
if target_toolbar is None:
target_toolbar = self
-
- target_toolbar.insert(LineSeparator(), -1)
+ target_toolbar.insert(LineSeparator(), -1)
target_toolbar.insert(IconToolButton('plot', _('Plot'),
lambda x: calc.button_pressed(calc.TYPE_FUNCTION, 'plot'),