From e70249ab658ef1b02da01d84bf2d9b46847e5194 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 23 Nov 2011 08:35:41 +0000 Subject: Pack toolbar combo boxes with expand=false and remove size kludges. Turns out gtk these days sizes combo boxes with precisely enough space if packed to not expand, none of this mess is necessary any more. git-svn-id: svn://localhost/ardour2/branches/3.0@10790 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/add_route_dialog.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk2_ardour/add_route_dialog.cc') diff --git a/gtk2_ardour/add_route_dialog.cc b/gtk2_ardour/add_route_dialog.cc index a731b186a1..9cfb747397 100644 --- a/gtk2_ardour/add_route_dialog.cc +++ b/gtk2_ardour/add_route_dialog.cc @@ -245,7 +245,7 @@ AddRouteDialog::refill_track_modes () } } - set_popdown_strings (mode_combo, s, true); + set_popdown_strings (mode_combo, s); mode_combo.set_active_text (s.front()); } @@ -386,7 +386,7 @@ AddRouteDialog::refill_channel_setups () channel_combo_strings.push_back ((*i).name); } - set_popdown_strings (channel_combo, channel_combo_strings, true); + set_popdown_strings (channel_combo, channel_combo_strings); channel_combo.set_active_text (channel_combo_strings.front()); } -- cgit v1.2.3