StatusBar: move clock to the right

This commit is contained in:
Robin Gareus
2020-03-29 18:53:24 +02:00
parent a43824d8db
commit 2cb075bf49

View File

@@ -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);