summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui_ed.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2020-03-29 18:53:24 +0200
committerRobin Gareus <robin@gareus.org>2020-03-29 18:56:21 +0200
commit2cb075bf49e440c27c7d1395fed0163cf70a8e8a (patch)
tree8a6e8b40f07a8c8d351448cdfa11239b72ec6a35 /gtk2_ardour/ardour_ui_ed.cc
parenta43824d8db7c2b8ee9c0ac0262bbaa58ba099b38 (diff)
StatusBar: move clock to the right
Diffstat (limited to 'gtk2_ardour/ardour_ui_ed.cc')
-rw-r--r--gtk2_ardour/ardour_ui_ed.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/ardour_ui_ed.cc b/gtk2_ardour/ardour_ui_ed.cc
index bfdd8e799f..a9bb743730 100644
--- a/gtk2_ardour/ardour_ui_ed.cc
+++ b/gtk2_ardour/ardour_ui_ed.cc
@@ -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);