consistent size of sync-button

This commit is contained in:
Robin Gareus 2016-12-18 18:16:21 +01:00
parent 5f94259075
commit 76c3337159
1 changed files with 2 additions and 0 deletions

View File

@ -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);