summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/fill-and-stroke.cpp
diff options
context:
space:
mode:
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);