From 76c33371597a41da2de28abc83d18c694f64288f Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sun, 18 Dec 2016 18:16:21 +0100 Subject: consistent size of sync-button --- gtk2_ardour/ardour_ui2.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gtk2_ardour/ardour_ui2.cc') diff --git a/gtk2_ardour/ardour_ui2.cc b/gtk2_ardour/ardour_ui2.cc index 8d0e9a3b88..f33df95ebe 100644 --- a/gtk2_ardour/ardour_ui2.cc +++ b/gtk2_ardour/ardour_ui2.cc @@ -260,6 +260,8 @@ ARDOUR_UI::setup_transport () act = ActionManager::get_action (X_("Transport"), X_("ToggleExternalSync")); sync_button.set_related_action (act); + sync_button.set_sizing_text (_("Internal")); // longest of sync_source_to_string() + /* CANNOT sigc::bind these to clicked or toggled, must use pressed or released */ act = ActionManager::get_action (X_("Main"), X_("cancel-solo")); solo_alert_button.set_related_action (act); -- cgit v1.2.3