From 9f427c67c203c3aa2ffcbd00c5d646fdb267e759 Mon Sep 17 00:00:00 2001 From: Alex Valavanis Date: Wed, 30 May 2012 23:57:25 +0100 Subject: Gtkmm 3.0 fixes for live path effect editor dialog (bzr r11437) --- src/ui/dialog/livepatheffect-editor.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src') 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 ); -- cgit v1.2.3