From b7faa0588241adf4cf7e34685b4d0bc19e1c7f24 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Fri, 5 Sep 2014 17:30:34 +0200 Subject: fix alert box: identical layout as transport option buttons --- gtk2_ardour/ardour_ui2.cc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'gtk2_ardour/ardour_ui2.cc') diff --git a/gtk2_ardour/ardour_ui2.cc b/gtk2_ardour/ardour_ui2.cc index 5e1522e538..fd42dd6897 100644 --- a/gtk2_ardour/ardour_ui2.cc +++ b/gtk2_ardour/ardour_ui2.cc @@ -326,9 +326,11 @@ ARDOUR_UI::setup_transport () feedback_alert_button.set_name ("feedback alert"); feedback_alert_button.signal_button_press_event().connect (sigc::mem_fun (*this, &ARDOUR_UI::feedback_alert_press), false); - alert_box.pack_start (solo_alert_button, true, false); - alert_box.pack_start (auditioning_alert_button, true, false); - alert_box.pack_start (feedback_alert_button, true, false); + alert_box.set_homogeneous (true); + alert_box.set_spacing (2); + alert_box.pack_start (solo_alert_button, true, true); + alert_box.pack_start (auditioning_alert_button, true, true); + alert_box.pack_start (feedback_alert_button, true, true); /* all transport buttons should be the same size vertically and * horizontally -- cgit v1.2.3