From 278e14d0b3367ea18fae43cc753c0b031a392556 Mon Sep 17 00:00:00 2001 From: Gary Martin Date: Fri, 30 Jul 2010 04:04:18 +0000 Subject: Dropped a toolbar separator to help those using 800x600 displays. --- (limited to 'toolbars.py') 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'), -- cgit v0.9.1