mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
New Session dialog, reorder folder/timebase options
This keeps the folder option next to the filename. Which is handy when using Tab to move focus.
This commit is contained in:
parent
2f502b28c7
commit
b3f26354a9
1 changed files with 1 additions and 1 deletions
|
|
@ -727,8 +727,8 @@ SessionDialog::setup_new_session_page ()
|
||||||
}
|
}
|
||||||
|
|
||||||
session_new_vbox.pack_start (*template_hbox, true, true);
|
session_new_vbox.pack_start (*template_hbox, true, true);
|
||||||
session_new_vbox.pack_start (*folder_box, false, true);
|
|
||||||
session_new_vbox.pack_start (*timebase_box, false, true);
|
session_new_vbox.pack_start (*timebase_box, false, true);
|
||||||
|
session_new_vbox.pack_start (*folder_box, false, true);
|
||||||
session_new_vbox.pack_start (*name_hbox, false, true);
|
session_new_vbox.pack_start (*name_hbox, false, true);
|
||||||
session_new_vbox.show_all ();
|
session_new_vbox.show_all ();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue