mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Statusbar: increase spacing around the clock
This commit is contained in:
parent
325477803e
commit
96b2b35963
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue