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 15:46:50 (GMT)
committer Nat <natcl@hotmail.com>2007-07-20 15:46:50 (GMT)
commit45dd5eddc1d3add0aacc1685a7d046c3a4072409 (patch)
treecf16f193707d8083749a8750ff4a96e360c75fc2 /SynthLab
parent8cbd8839d755e77efc61835a504bcdb1c63bdaee (diff)
Space toolbars
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 ab4baf4..6085c58 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(9)
+ _insertSeparator(12)
self.resetButton = ToolButton('reset')
self.resetButton.connect('clicked',self.synthLab.handleReset)