Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Generation
diff options
context:
space:
mode:
authorOli <olpc@localhost.localdomain>2007-03-01 22:52:33 (GMT)
committer Oli <olpc@localhost.localdomain>2007-03-01 22:52:33 (GMT)
commit3dfa30554facaae1c8792b637f8dace661101152 (patch)
tree8956da2ec5fed25034687c235e938bb649dfe319 /Generation
parentac9429f91be080e1a0e2d3dd07f689e93c3343e3 (diff)
parentb048a6c2cf509e5f78bda23c0888abd4d230b626 (diff)
Merge branch 'master' of git+ssh://olipet@dev.laptop.org/git/projects/tamtam
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 cada5f2..7045415 100755
--- a/Generation/GenerationParametersWindow.py
+++ b/Generation/GenerationParametersWindow.py
@@ -237,8 +237,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)
@@ -253,7 +251,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)