Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/toolbox.py
diff options
context:
space:
mode:
Diffstat (limited to 'toolbox.py')
-rw-r--r--toolbox.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/toolbox.py b/toolbox.py
index 9902629..1165836 100644
--- a/toolbox.py
+++ b/toolbox.py
@@ -420,7 +420,8 @@ class ButtonFillColor(ColorToolButton):
color_palette_hbox.pack_start(Gtk.VSeparator(), True, True,
padding=style.DEFAULT_SPACING)
- color_palette_hbox.pack_start(content_box, True, True, 0)
+ color_palette_hbox.pack_start(content_box, True, True,
+ padding=style.DEFAULT_SPACING)
color_palette_hbox.show_all()
return self._palette