summaryrefslogtreecommitdiffstats
path: root/src/ui
diff options
context:
space:
mode:
authorJohn Smith <john.smith7545@yahoo.com>2012-05-16 00:40:34 +0000
committerJohn Smith <removethis.john.q.public@bigmail.com>2012-05-16 00:40:34 +0000
commit42c291c66b90a67e53ad78a5a53b8f5df4323dad (patch)
treed6eb223b73d7cec9cef138580c846695724e5352 /src/ui
parentminor fix for translations (diff)
downloadinkscape-42c291c66b90a67e53ad78a5a53b8f5df4323dad.tar.gz
inkscape-42c291c66b90a67e53ad78a5a53b8f5df4323dad.zip
Fix for 950508 : Small padding change
(bzr r11367)
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/dialog/fill-and-stroke.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/fill-and-stroke.cpp b/src/ui/dialog/fill-and-stroke.cpp
index 91b88d3f0..daf0eedbf 100644
--- a/src/ui/dialog/fill-and-stroke.cpp
+++ b/src/ui/dialog/fill-and-stroke.cpp
@@ -148,7 +148,7 @@ FillAndStroke::showPageStrokeStyle()
Gtk::HBox&
FillAndStroke::_createPageTabLabel(const Glib::ustring& label, const char *label_image)
{
- Gtk::HBox *_tab_label_box = manage(new Gtk::HBox(false, 0));
+ Gtk::HBox *_tab_label_box = manage(new Gtk::HBox(false, 4));
_tab_label_box->pack_start(*Glib::wrap(sp_icon_new(Inkscape::ICON_SIZE_DECORATION,
label_image)));