From ee9d69ae5e0d86d916637f96cd1426da99374988 Mon Sep 17 00:00:00 2001 From: sqlcoder Date: Thu, 21 May 2009 23:09:11 +0100 Subject: [PATCH] more minor cosmetic changes --- pyfpdb/GuiAutoImport.py | 2 +- pyfpdb/fpdb.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyfpdb/GuiAutoImport.py b/pyfpdb/GuiAutoImport.py index ebd3b636..06f4a96c 100755 --- a/pyfpdb/GuiAutoImport.py +++ b/pyfpdb/GuiAutoImport.py @@ -66,7 +66,7 @@ class GuiAutoImport (threading.Thread): vbox2 = gtk.VBox(True, 0) hbox.pack_start(vbox2, True, True, 0) - self.intervalLabel = gtk.Label("Interval (ie. break) between imports in seconds:") + self.intervalLabel = gtk.Label("Time between imports in seconds:") self.intervalLabel.set_alignment(xalign=1.0, yalign=0.5) vbox1.pack_start(self.intervalLabel, True, True, 0) diff --git a/pyfpdb/fpdb.py b/pyfpdb/fpdb.py index 06b5d1f9..80b1ed4e 100755 --- a/pyfpdb/fpdb.py +++ b/pyfpdb/fpdb.py @@ -438,7 +438,7 @@ This program is licensed under the AGPL3, see docs"""+os.sep+"agpl-3.0.txt") self.tabs=[] self.tab_names=[] self.tab_buttons=[] - self.tab_box = gtk.HBox(False,1) + self.tab_box = gtk.HBox(True,1) self.main_vbox.pack_start(self.tab_box, False, True, 0) self.tab_box.show() #done tab bar