mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Reduce script button width
The default text is single digit hex number (0..c)
This commit is contained in:
parent
fa6a21f94e
commit
f1f553a1b3
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue