Statusbar: increase spacing around the clock

This commit is contained in:
Robin Gareus 2020-03-29 23:54:56 +02:00
parent 325477803e
commit 96b2b35963
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04

View file

@ -739,7 +739,7 @@ ARDOUR_UI::build_menu_bar ()
#endif #endif
hbox->pack_end (error_alert_button, false, false, 2); hbox->pack_end (error_alert_button, false, false, 2);
hbox->pack_end (wall_clock_label, false, false, 2); hbox->pack_end (wall_clock_label, false, false, 10);
hbox->pack_end (dsp_load_label, false, false, 6); hbox->pack_end (dsp_load_label, false, false, 6);
hbox->pack_end (disk_space_label, false, false, 6); hbox->pack_end (disk_space_label, false, false, 6);