ardour loves narrow screens part one

move toolbar box above editor-canvas. Without-editor mixer
there is no change. With Editor-mixer it is now above the
mixer-strip.

This makes the toolbar [almost] fit on 1024px width.
This commit is contained in:
Robin Gareus
2014-07-09 18:16:50 +02:00
parent 4d57827819
commit d3d83eac9d

View File

@@ -617,7 +617,6 @@ Editor::Editor ()
HBox *hbox = manage (new HBox);
hbox->pack_start (edit_pane, true, true);
global_vpacker.pack_start (top_hbox, false, false);
global_vpacker.pack_start (*hbox, true, true);
global_hpacker.pack_start (global_vpacker, true, true);
@@ -629,6 +628,7 @@ Editor::Editor ()
vpacker.pack_end (status_bar_hpacker, false, false);
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 */