Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/SynthLab
diff options
context:
space:
mode:
authorNat <natcl@hotmail.com>2007-07-20 16:00:22 (GMT)
committer Nat <natcl@hotmail.com>2007-07-20 16:00:22 (GMT)
commitb75fcd47a1c6317b6cdf3f69c4b86a97a6ed554f (patch)
tree87b02c69011cde3a74c20ddf62a2f37814be8ac3 /SynthLab
parent45dd5eddc1d3add0aacc1685a7d046c3a4072409 (diff)
Toolbar spacing
Diffstat (limited to 'SynthLab')
-rw-r--r--SynthLab/SynthLabToolbars.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/SynthLab/SynthLabToolbars.py b/SynthLab/SynthLabToolbars.py
index 6085c58..4450161 100644
--- a/SynthLab/SynthLabToolbars.py
+++ b/SynthLab/SynthLabToolbars.py
@@ -75,7 +75,7 @@ class mainToolbar(gtk.Toolbar):
self.synthRec6Button.show()
self.synthRec6Button.set_tooltip(_('Record Synth sound into slot 6'))
- _insertSeparator(12)
+ _insertSeparator(16)
self.resetButton = ToolButton('reset')
self.resetButton.connect('clicked',self.synthLab.handleReset)