Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Edit
diff options
context:
space:
mode:
authorNat <natcl@hotmail.com>2007-08-02 16:27:43 (GMT)
committer Nat <natcl@hotmail.com>2007-08-02 16:27:43 (GMT)
commitfd2de6534087e8fec5e8e3f7ac201cbea9b79b74 (patch)
tree7444769c425b5f4f9ccacf58217f6b252ae4f3b5 /Edit
parent0c63d9594cc2e7c8e01cd2bb8b93a815ce1eda29 (diff)
Propreties V7
Diffstat (limited to 'Edit')
-rw-r--r--Edit/EditToolbars.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Edit/EditToolbars.py b/Edit/EditToolbars.py
index e82c3f0..a076029 100644
--- a/Edit/EditToolbars.py
+++ b/Edit/EditToolbars.py
@@ -317,7 +317,7 @@ class propsPalette(Palette):
self.mainBox.pack_start(self.decayDurBox, padding = 5)
self.mainBox.pack_start(self.filterCutoffBox, padding = 5)
self.mainBox.pack_start(self.filterTypeBox, padding = 5)
- self.mainBox.pack_start(self.generationLabel, padding = 10)
+ self.mainBox.pack_start(self.generationLabel, padding = 15)
self.mainBox.pack_start(self.generationTypeBox, padding = 5)
self.mainBox.pack_start(self.minimumBox, padding = 5)
self.mainBox.pack_start(self.maximumBox, padding = 5)