summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui_dependents.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-12-05 00:44:10 +0100
committerRobin Gareus <robin@gareus.org>2019-12-05 00:45:23 +0100
commitf1f553a1b3398faf23d52e4ca99f1bca1d7d5463 (patch)
tree841c9540e92cd0c2bdf5ba10a85be393d52a20a2 /gtk2_ardour/ardour_ui_dependents.cc
parentfa6a21f94ec8c8100f6ba91d6dceda8e377c30fc (diff)
Reduce script button width
The default text is single digit hex number (0..c)
Diffstat (limited to 'gtk2_ardour/ardour_ui_dependents.cc')
-rw-r--r--gtk2_ardour/ardour_ui_dependents.cc2
1 files changed, 1 insertions, 1 deletions
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 ();
}