Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Generation
diff options
context:
space:
mode:
authoramartin <olpc@localhost.localdomain>2007-03-01 07:06:49 (GMT)
committer amartin <olpc@localhost.localdomain>2007-03-01 07:06:49 (GMT)
commitb048a6c2cf509e5f78bda23c0888abd4d230b626 (patch)
treef26d602941dac42cb96f215b2cf8050b57c05dd1 /Generation
parentf13c4a01e1f26888c4f682a5a3332f226a0de58a (diff)
background loading (instrument panel) and misc bug fixes
Diffstat (limited to 'Generation')
-rwxr-xr-xGeneration/GenerationParametersWindow.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/Generation/GenerationParametersWindow.py b/Generation/GenerationParametersWindow.py
index dddc5da..7258359 100755
--- a/Generation/GenerationParametersWindow.py
+++ b/Generation/GenerationParametersWindow.py
@@ -246,8 +246,6 @@ class GenerationParametersWindow( gtk.Window ):
loadButton.connect("clicked", self.handleLoad, None)
transButtonBox.pack_start(loadButton, False, False, 2)
- transportBox.pack_start(transButtonBox)
-
# create cancel/check button
checkButton = ImageButton(Config.IMAGE_ROOT + 'check.png')
checkButton.connect("clicked", self.generate)
@@ -262,7 +260,7 @@ class GenerationParametersWindow( gtk.Window ):
transButtonBox.pack_end(cancelButton, False, False)
transButtonBox.pack_end(selButton, False, False)
transButtonBox.pack_end(playButton, False, False)
- transportBox.pack_start(transButtonBox, False, False, 10)
+ transportBox.pack_start(transButtonBox)
self.mainBox.pack_start(transportBox)
self.add(self.mainBox)