summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/fill-and-stroke.cpp
diff options
context:
space:
mode:
authorJohn Smith <john.smith7545@yahoo.com>2012-05-21 01:57:19 +0000
committerJohn Smith <removethis.john.q.public@bigmail.com>2012-05-21 01:57:19 +0000
commit9d232179848d6872aadc6ec229b7b50ebef32c45 (patch)
tree1828b7fb0ebb3a0969ef075b942d14908bf278b2 /src/ui/dialog/fill-and-stroke.cpp
parentFix for 973195 : Limit width of color profile labels (diff)
downloadinkscape-9d232179848d6872aadc6ec229b7b50ebef32c45.tar.gz
inkscape-9d232179848d6872aadc6ec229b7b50ebef32c45.zip
Fix for 1000023 : Fill & Stroke dialog redesign
(bzr r11389)
Diffstat (limited to 'src/ui/dialog/fill-and-stroke.cpp')
-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 daf0eedbf..625b503f3 100644
--- a/src/ui/dialog/fill-and-stroke.cpp
+++ b/src/ui/dialog/fill-and-stroke.cpp
@@ -51,7 +51,7 @@ FillAndStroke::FillAndStroke()
desktopChangeConn()
{
Gtk::Box *contents = _getContents();
- contents->set_spacing(0);
+ contents->set_spacing(2);
contents->pack_start(_notebook, true, true);