Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar3/graphics/toolcombobox.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/sugar3/graphics/toolcombobox.py')
-rw-r--r--src/sugar3/graphics/toolcombobox.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sugar3/graphics/toolcombobox.py b/src/sugar3/graphics/toolcombobox.py
index 8d161f5..4b60b38 100644
--- a/src/sugar3/graphics/toolcombobox.py
+++ b/src/sugar3/graphics/toolcombobox.py
@@ -43,7 +43,7 @@ class ToolComboBox(gtk.ToolItem):
hbox = gtk.HBox(False, style.DEFAULT_SPACING)
self.label = gtk.Label(self._label_text)
- hbox.pack_start(self.label, False)
+ hbox.pack_start(self.label, False, False, 0)
self.label.show()
if combo: