summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-bspline.cpp
diff options
context:
space:
mode:
authorJabiertxof <jtx@jtx>2017-04-29 14:40:51 +0000
committerJabiertxof <jtx@jtx>2017-04-29 14:40:51 +0000
commita54924aece45764357c36d22d0475ef640b75ba1 (patch)
tree88bb8eb461e72f4d378e03b14e0ef1e131ec406c /src/live_effects/lpe-bspline.cpp
parentRewrite UX (diff)
downloadinkscape-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.cpp2
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()) {