diff options
Diffstat (limited to 'src/ui/dialog')
| -rw-r--r-- | src/ui/dialog/fill-and-stroke.cpp | 2 |
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); |
