13
0

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:
Robin Gareus 2023-09-20 00:31:33 +02:00
parent 2f502b28c7
commit b3f26354a9
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -727,8 +727,8 @@ SessionDialog::setup_new_session_page ()
}
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 (*folder_box, false, true);
session_new_vbox.pack_start (*name_hbox, false, true);
session_new_vbox.show_all ();
}