From f1f553a1b3398faf23d52e4ca99f1bca1d7d5463 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 5 Dec 2019 00:44:10 +0100 Subject: Reduce script button width The default text is single digit hex number (0..c) --- gtk2_ardour/ardour_ui_dependents.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/ardour_ui_dependents.cc') diff --git a/gtk2_ardour/ardour_ui_dependents.cc b/gtk2_ardour/ardour_ui_dependents.cc index 22245240e0..c1e58f43d6 100644 --- a/gtk2_ardour/ardour_ui_dependents.cc +++ b/gtk2_ardour/ardour_ui_dependents.cc @@ -315,7 +315,7 @@ ARDOUR_UI::setup_windows () } else { action_script_call_btn[i].set_visual_state (Gtkmm2ext::VisualState (action_script_call_btn[i].visual_state() | Gtkmm2ext::Insensitive)); } - action_script_call_btn[i].set_sizing_text ("|||"); + action_script_call_btn[i].set_sizing_text ("88"); action_script_call_btn[i].set_no_show_all (); } -- cgit v1.2.3