mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
Revert "ardour loves narrow screens part one"
This reverts commit d3d83eac9d.
restore full-height of editor-mixer.
This commit is contained in:
parent
0be1555ba6
commit
a32dbfa197
1 changed files with 1 additions and 1 deletions
|
|
@ -617,6 +617,7 @@ Editor::Editor ()
|
||||||
HBox *hbox = manage (new HBox);
|
HBox *hbox = manage (new HBox);
|
||||||
hbox->pack_start (edit_pane, true, true);
|
hbox->pack_start (edit_pane, true, true);
|
||||||
|
|
||||||
|
global_vpacker.pack_start (top_hbox, false, false);
|
||||||
global_vpacker.pack_start (*hbox, true, true);
|
global_vpacker.pack_start (*hbox, true, true);
|
||||||
|
|
||||||
global_hpacker.pack_start (global_vpacker, true, true);
|
global_hpacker.pack_start (global_vpacker, true, true);
|
||||||
|
|
@ -628,7 +629,6 @@ Editor::Editor ()
|
||||||
|
|
||||||
vpacker.pack_end (status_bar_hpacker, false, false);
|
vpacker.pack_end (status_bar_hpacker, false, false);
|
||||||
vpacker.pack_end (global_hpacker, true, true);
|
vpacker.pack_end (global_hpacker, true, true);
|
||||||
vpacker.pack_end (top_hbox, false, false);
|
|
||||||
|
|
||||||
/* register actions now so that set_state() can find them and set toggles/checks etc */
|
/* register actions now so that set_state() can find them and set toggles/checks etc */
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue