summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohn Smith <john.smith7545@yahoo.com>2012-03-02 13:51:57 +0000
committerJohn Smith <removethis.john.q.public@bigmail.com>2012-03-02 13:51:57 +0000
commit8f7984b9414b8c65d0023391d458a9143d9c9971 (patch)
treef8a7e99ed71257fba5074a265b316918912378db /src
parentFix for 927074 : resize buttons, and add on tree double click (diff)
downloadinkscape-8f7984b9414b8c65d0023391d458a9143d9c9971.tar.gz
inkscape-8f7984b9414b8c65d0023391d458a9143d9c9971.zip
Fix for 927074 : Simplify Path Effects dialog, fix button padding
(bzr r11041)
Diffstat (limited to 'src')
-rw-r--r--src/ui/dialog/livepatheffect-editor.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/dialog/livepatheffect-editor.cpp b/src/ui/dialog/livepatheffect-editor.cpp
index 588dcacb1..161d92b09 100644
--- a/src/ui/dialog/livepatheffect-editor.cpp
+++ b/src/ui/dialog/livepatheffect-editor.cpp
@@ -101,7 +101,6 @@ LivePathEffectEditor::LivePathEffectEditor()
effectapplication_hbox.set_spacing(4);
effectcontrol_vbox.set_spacing(4);
- effectlist_vbox.set_spacing(4);
effectlist_vbox.pack_start(scrolled_window, Gtk::PACK_EXPAND_WIDGET);
effectlist_vbox.pack_end(toolbar_hbox, Gtk::PACK_SHRINK);
effectcontrol_frame.add(effectcontrol_vbox);