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