summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorFelipe Corr??a da Silva Sanches <juca@members.fsf.org>2008-02-22 21:20:05 +0000
committerjucablues <jucablues@users.sourceforge.net>2008-02-22 21:20:05 +0000
commit68498008b06ec8e2569d481ed69da6d228abb2e1 (patch)
treee0201d264c1ab12e4d5ac33d5455b46984fc76d2 /src
parentChanged how tooltips for verbs are fetched to display translated versions cor... (diff)
downloadinkscape-68498008b06ec8e2569d481ed69da6d228abb2e1.tar.gz
inkscape-68498008b06ec8e2569d481ed69da6d228abb2e1.zip
updating filters infobox icons
Adjustment of margin spacing (bzr r4823)
Diffstat (limited to 'src')
-rw-r--r--src/ui/dialog/filter-effects-dialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/filter-effects-dialog.cpp b/src/ui/dialog/filter-effects-dialog.cpp
index 9ac09edeb..3a5c28520 100644
--- a/src/ui/dialog/filter-effects-dialog.cpp
+++ b/src/ui/dialog/filter-effects-dialog.cpp
@@ -2109,7 +2109,7 @@ FilterEffectsDialog::FilterEffectsDialog()
// Initialize widget hierarchy
Gtk::HPaned* hpaned = Gtk::manage(new Gtk::HPaned);
Gtk::ScrolledWindow* sw_prims = Gtk::manage(new Gtk::ScrolledWindow);
- Gtk::HBox* infobox = Gtk::manage(new Gtk::HBox);
+ Gtk::HBox* infobox = Gtk::manage(new Gtk::HBox(/*homogeneous:*/false, /*spacing:*/4));
Gtk::HBox* hb_prims = Gtk::manage(new Gtk::HBox);
_getContents()->add(*hpaned);