Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Edit/MainWindow.py
diff options
context:
space:
mode:
authorNat <natcl@hotmail.com>2007-08-28 20:35:17 (GMT)
committer Nat <natcl@hotmail.com>2007-08-28 20:35:17 (GMT)
commitbe6eb1e37a0a2e001c2f1471210adf911810e438 (patch)
tree60c2880e05d52c1c2b9c128c0b2fd56ee0a9ee92 /Edit/MainWindow.py
parent06077ead3820d6898567d567689d313584857b11 (diff)
Separator fix
Diffstat (limited to 'Edit/MainWindow.py')
-rw-r--r--Edit/MainWindow.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Edit/MainWindow.py b/Edit/MainWindow.py
index 76c85ae..e34fc19 100644
--- a/Edit/MainWindow.py
+++ b/Edit/MainWindow.py
@@ -2087,5 +2087,5 @@ class instrumentPalette(Palette):
self.volumeBox.pack_start(self.volumeSlider, padding = 5)
self.volumeBox.show_all()
- self.set_content(self.volumeBox)
-
+ self.set_content(self.volumeBox)
+ \ No newline at end of file