diff options
| author | Jabiertxof <jtx@jtx> | 2017-04-29 14:40:51 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx> | 2017-04-29 14:40:51 +0000 |
| commit | a54924aece45764357c36d22d0475ef640b75ba1 (patch) | |
| tree | 88bb8eb461e72f4d378e03b14e0ef1e131ec406c /src/live_effects/lpe-bspline.cpp | |
| parent | Rewrite UX (diff) | |
| download | inkscape-a54924aece45764357c36d22d0475ef640b75ba1.tar.gz inkscape-a54924aece45764357c36d22d0475ef640b75ba1.zip | |
minor bugfixing
(bzr r15620.1.13)
Diffstat (limited to 'src/live_effects/lpe-bspline.cpp')
| -rw-r--r-- | src/live_effects/lpe-bspline.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/lpe-bspline.cpp b/src/live_effects/lpe-bspline.cpp index 1423e670a..5c227e68a 100644 --- a/src/live_effects/lpe-bspline.cpp +++ b/src/live_effects/lpe-bspline.cpp @@ -86,7 +86,7 @@ Gtk::Widget *LPEBSpline::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_homogeneous(false); vbox->set_border_width(5); std::vector<Parameter *>::iterator it = param_vector.begin(); while (it != param_vector.end()) { |
