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-24 19:14:06 (GMT)
committer Nat <natcl@hotmail.com>2007-07-24 19:14:06 (GMT)
commitde5901d339d5616cc037c194b4ba1641d060c7cd (patch)
tree1131b58c5f89a7d0583b88bde1102edec9c618ee /SynthLab
parent701d2c94c71ef6e577bd60c7e7da4276a5064586 (diff)
Spacing again
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 23ddc24..d21d1bf 100644
--- a/SynthLab/SynthLabToolbars.py
+++ b/SynthLab/SynthLabToolbars.py
@@ -80,7 +80,7 @@ class mainToolbar(gtk.Toolbar):
self.synthRec6Button.show()
self.synthRec6Button.set_tooltip(_('Record Synth sound into slot 6'))
- _insertSeparator(12)
+ _insertSeparator(10)
self.resetButton = ToolButton('reset')
self.resetButton.connect('clicked',self.synthLab.handleReset)