Show ruler popup items in the same order as the rulers

This commit is contained in:
Mads Kiilerich 2022-10-03 20:27:48 +02:00 committed by Robin Gareus
parent 8e5f4b5e9b
commit ddb2d7df3e
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -38,8 +38,8 @@ RulerDialog::RulerDialog ()
get_vbox()->pack_start (range_button);
get_vbox()->pack_start (loop_punch_button);
get_vbox()->pack_start (cdmark_button);
get_vbox()->pack_start (cuemark_button);
get_vbox()->pack_start (mark_button);
get_vbox()->pack_start (cuemark_button);
get_vbox()->pack_start (video_button);
get_vbox()->show_all ();