mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
Change the autostate button width of all controls
This commit is contained in:
parent
35fcb622bc
commit
86222360a3
1 changed files with 3 additions and 3 deletions
|
|
@ -507,9 +507,9 @@ GenericPluginUI::automatic_layout (const std::vector<ControlUI*>& control_uis)
|
|||
}
|
||||
|
||||
if (columns > max_columns_for_big_autostate) {
|
||||
for (vector<ControlUI*>::iterator cuip = cui_controls_list.begin();
|
||||
cuip != cui_controls_list.end();
|
||||
++cuip) {
|
||||
for (vector<ControlUI*>::const_iterator cuip = control_uis.cbegin();
|
||||
cuip != control_uis.cend();
|
||||
++cuip) {
|
||||
set_short_autostate(*cuip, true);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue