diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2015-07-27 00:04:29 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2015-07-27 00:04:29 +0000 |
| commit | 6fd1a081d166d88200a22a89928bdca9192b1491 (patch) | |
| tree | 1baf6fdefed9747b6c104be492871d2b8c1b3ac8 /src/live_effects/lpe-simplify.cpp | |
| parent | Fix id for 'interactive_simplify' icons (Pencil tool) (diff) | |
| download | inkscape-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.cpp | 1 |
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); |
