Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/toolkit/radiopalette.py
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/radiopalette.py')
-rw-r--r--toolkit/radiopalette.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/radiopalette.py b/toolkit/radiopalette.py
index 6357414..ccbaa6e 100644
--- a/toolkit/radiopalette.py
+++ b/toolkit/radiopalette.py
@@ -91,7 +91,7 @@ class RadioPalette(Palette):
button.show()
button.connect('clicked', self.__clicked_cb)
- self.button_box.pack_start(button, fill=False)
+ self.button_box.pack_start(button, False, False, 0)
button.palette_label = label
if not children: