summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-simplify.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2015-07-27 00:04:29 +0000
committerJabiertxof <jtx@jtx.marker.es>2015-07-27 00:04:29 +0000
commit6fd1a081d166d88200a22a89928bdca9192b1491 (patch)
tree1baf6fdefed9747b6c104be492871d2b8c1b3ac8 /src/live_effects/lpe-simplify.cpp
parentFix id for 'interactive_simplify' icons (Pencil tool) (diff)
downloadinkscape-6fd1a081d166d88200a22a89928bdca9192b1491.tar.gz
inkscape-6fd1a081d166d88200a22a89928bdca9192b1491.zip
add flattern button to interactive simplify
(bzr r14261)
Diffstat (limited to 'src/live_effects/lpe-simplify.cpp')
-rw-r--r--src/live_effects/lpe-simplify.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/live_effects/lpe-simplify.cpp b/src/live_effects/lpe-simplify.cpp
index 265192a17..f6842a030 100644
--- a/src/live_effects/lpe-simplify.cpp
+++ b/src/live_effects/lpe-simplify.cpp
@@ -82,6 +82,7 @@ LPESimplify::newWidget()
{
// use manage here, because after deletion of Effect object, others might still be pointing to this widget.
Gtk::VBox * vbox = Gtk::manage( new Gtk::VBox(Effect::newWidget()) );
+
vbox->set_border_width(5);
vbox->set_homogeneous(false);
vbox->set_spacing(2);