Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Util/InstrumentPanel.py
diff options
context:
space:
mode:
authorNat <Nat@localhost.localdomain>2007-02-20 16:31:44 (GMT)
committer Nat <Nat@localhost.localdomain>2007-02-20 16:31:44 (GMT)
commit7739a4e11b84d6de69a2033b677bb1896dcecdbc (patch)
tree1fce8ec28427dae70bad9a00146b3eea6d7accf7 /Util/InstrumentPanel.py
parent16cc50c2a811234429fc00b139a537cb5281ae61 (diff)
Padding fix for mic/synth box
Diffstat (limited to 'Util/InstrumentPanel.py')
-rw-r--r--Util/InstrumentPanel.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/Util/InstrumentPanel.py b/Util/InstrumentPanel.py
index 76149da..dbd34ee 100644
--- a/Util/InstrumentPanel.py
+++ b/Util/InstrumentPanel.py
@@ -142,9 +142,8 @@ class InstrumentPanel(gtk.EventBox):
if instrument[0:3] == 'lab':
RecBtn.connect('clicked', self.handleSynthRecButtonClick, instrument)
RecBtn.connect('pressed', self.handleRecButtonPress, Btn)
-
- vbox.pack_start(RecBtn,False,False)
- vbox.pack_start(Btn,False,False)
+ vbox.pack_start(RecBtn,False,False,1)
+ vbox.pack_start(Btn,False,False,2)
self.instDic[instrument] = vbox
else: