mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-31 02:47:43 +01:00
StatusBar: move clock to the right
This commit is contained in:
parent
a43824d8db
commit
2cb075bf49
1 changed files with 1 additions and 1 deletions
|
|
@ -739,13 +739,13 @@ ARDOUR_UI::build_menu_bar ()
|
|||
#endif
|
||||
|
||||
hbox->pack_end (error_alert_button, false, false, 2);
|
||||
hbox->pack_end (wall_clock_label, false, false, 2);
|
||||
hbox->pack_end (dsp_load_label, false, false, 4);
|
||||
hbox->pack_end (disk_space_label, false, false, 4);
|
||||
hbox->pack_end (sample_rate_label, false, false, 4);
|
||||
hbox->pack_end (timecode_format_label, false, false, 4);
|
||||
hbox->pack_end (format_label, false, false, 4);
|
||||
hbox->pack_end (peak_thread_work_label, false, false, 4);
|
||||
hbox->pack_end (wall_clock_label, false, false, 2);
|
||||
|
||||
menu_hbox.pack_end (*ev, true, true, 2);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue