summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2012-05-30 22:57:25 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2012-05-30 22:57:25 +0000
commit9f427c67c203c3aa2ffcbd00c5d646fdb267e759 (patch)
treea9728540b8c58f150658ed7176d256f1baf0cf61 /src
parentGtkmm 3.0 fixes for layers dialog (diff)
downloadinkscape-9f427c67c203c3aa2ffcbd00c5d646fdb267e759.tar.gz
inkscape-9f427c67c203c3aa2ffcbd00c5d646fdb267e759.zip
Gtkmm 3.0 fixes for live path effect editor dialog
(bzr r11437)
Diffstat (limited to 'src')
-rw-r--r--src/ui/dialog/livepatheffect-editor.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ui/dialog/livepatheffect-editor.cpp b/src/ui/dialog/livepatheffect-editor.cpp
index 5b9f72453..ba7ece901 100644
--- a/src/ui/dialog/livepatheffect-editor.cpp
+++ b/src/ui/dialog/livepatheffect-editor.cpp
@@ -125,7 +125,13 @@ LivePathEffectEditor::LivePathEffectEditor()
// Add toolbar items to toolbar
toolbar_hbox.set_layout (Gtk::BUTTONBOX_END);
+
+#if !WITH_GTKMM_3_0
+ // TODO: This has been removed from Gtkmm 3.0. Check that
+ // everything still looks OK!
toolbar_hbox.set_child_min_width( 16 );
+#endif
+
toolbar_hbox.add( button_add );
toolbar_hbox.set_child_secondary( button_add , true);
toolbar_hbox.add( button_remove );