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:17:32 (GMT)
committer Nat <natcl@hotmail.com>2007-07-24 19:17:32 (GMT)
commitbe105b3d5d1893698350a7c05d852324ca94ec1e (patch)
treed249c428a52a548670ccafd765ade39b0fcbc9a7 /SynthLab
parentde5901d339d5616cc037c194b4ba1641d060c7cd (diff)
Spacing yet again
Diffstat (limited to 'SynthLab')
-rw-r--r--SynthLab/SynthLabToolbars.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/SynthLab/SynthLabToolbars.py b/SynthLab/SynthLabToolbars.py
index d21d1bf..39df99a 100644
--- a/SynthLab/SynthLabToolbars.py
+++ b/SynthLab/SynthLabToolbars.py
@@ -42,7 +42,7 @@ class mainToolbar(gtk.Toolbar):
self.durationSliderTool.show()
self.durationSliderTool.set_tooltip(self.tooltips, _('Duration'))
- _insertSeparator(4)
+ _insertSeparator(6)
self.synthRec1Button = ToggleToolButton('rec1')
self.synthRec1Button.connect('clicked',self.synthLab.recordSound,1)
@@ -80,7 +80,7 @@ class mainToolbar(gtk.Toolbar):
self.synthRec6Button.show()
self.synthRec6Button.set_tooltip(_('Record Synth sound into slot 6'))
- _insertSeparator(10)
+ _insertSeparator(8)
self.resetButton = ToolButton('reset')
self.resetButton.connect('clicked',self.synthLab.handleReset)