mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 06:05:43 +01:00
allow to shrink mixer left-side pane
This commit is contained in:
parent
891ea062fc
commit
efd8402502
1 changed files with 1 additions and 0 deletions
|
|
@ -276,6 +276,7 @@ Mixer_UI::Mixer_UI ()
|
|||
list_hpane.set_check_divider_position (true);
|
||||
list_hpane.add (list_vpacker);
|
||||
list_hpane.add (global_hpacker);
|
||||
list_hpane.set_child_minsize (list_vpacker, 1);
|
||||
|
||||
|
||||
XMLNode const * settings = ARDOUR_UI::instance()->mixer_settings();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue