diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2015-07-30 17:56:34 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2015-07-30 17:56:34 +0000 |
| commit | 901fe3dd84279ed537cb6abb4efc1527adda93b1 (patch) | |
| tree | 6f53d66fb17e70cc5eda4766c761bb519469c76e /src/live_effects/lpe-simplify.cpp | |
| parent | update to trunk (diff) | |
| parent | fix for a small warning introduced in r14142 (cf <https://bugs.launchpad.net/... (diff) | |
| download | inkscape-901fe3dd84279ed537cb6abb4efc1527adda93b1.tar.gz inkscape-901fe3dd84279ed537cb6abb4efc1527adda93b1.zip | |
update to trunk
(bzr r12588.1.46)
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); |
