mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
Show ruler popup items in the same order as the rulers
This commit is contained in:
parent
8e5f4b5e9b
commit
ddb2d7df3e
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue