Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Util
diff options
context:
space:
mode:
authoramartin <olpc@localhost.localdomain>2007-02-20 20:17:06 (GMT)
committer amartin <olpc@localhost.localdomain>2007-02-20 20:17:06 (GMT)
commit14996eec6c02ec388f35114a910d7bdad9b3b899 (patch)
tree79dd65def8871a10b2439f28388e127d0cf0f816 /Util
parent6c4c9d007155429051913b79c17ca0c1e5c20a9b (diff)
parent7739a4e11b84d6de69a2033b677bb1896dcecdbc (diff)
Merge branch 'master' of git+ssh://amartin@dev.laptop.org/git/projects/tamtam
Diffstat (limited to 'Util')
-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: