diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2017-10-01 13:05:59 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2017-10-01 13:05:59 +0000 |
| commit | ad03eb3eed2ad07c086fea71326c56701f3cf6e1 (patch) | |
| tree | c64d8f6e10d0b1d223ed1352383737ecb73fa5f5 /src/live_effects/effect.cpp | |
| parent | Add button to apply on path parameter as suggest Maren in bug #1715433#23 (diff) | |
| download | inkscape-ad03eb3eed2ad07c086fea71326c56701f3cf6e1.tar.gz inkscape-ad03eb3eed2ad07c086fea71326c56701f3cf6e1.zip | |
A little styling tweak to a LPE expander
Diffstat (limited to 'src/live_effects/effect.cpp')
| -rw-r--r-- | src/live_effects/effect.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/live_effects/effect.cpp b/src/live_effects/effect.cpp index 703852881..2332ab8f2 100644 --- a/src/live_effects/effect.cpp +++ b/src/live_effects/effect.cpp @@ -874,7 +874,8 @@ Effect::defaultParamSet() vbox->pack_start(*dynamic_cast<Gtk::Widget *> (expander), true, true, 2); if (has_params) { Gtk::Widget *vboxwidg = dynamic_cast<Gtk::Widget *>(vbox); - vboxwidg->set_margin_bottom(15); + vboxwidg->set_margin_bottom(10); + vboxwidg->set_margin_top(5); return vboxwidg; } else { return NULL; |
