summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui_ed.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2020-03-29 18:56:08 +0200
committerRobin Gareus <robin@gareus.org>2020-03-29 18:56:21 +0200
commit9076cc60a4870932ab939567e10308f3d8c66347 (patch)
tree87c0d88233693544aacbcef10f4372f172ea1403 /gtk2_ardour/ardour_ui_ed.cc
parent2cb075bf49e440c27c7d1395fed0163cf70a8e8a (diff)
Tweak status-bar layout & design
* remove color: increase contrast, do not use red/green foreground because it does no work with various themes * do use red background to alert users * use italics for labels heading * increase spacing between elements * use mono-space font with DSP load (fixed with) up to 99% * Fix translations, use compose strings
Diffstat (limited to 'gtk2_ardour/ardour_ui_ed.cc')
-rw-r--r--gtk2_ardour/ardour_ui_ed.cc13
1 files changed, 7 insertions, 6 deletions
diff --git a/gtk2_ardour/ardour_ui_ed.cc b/gtk2_ardour/ardour_ui_ed.cc
index a9bb743730..6914d3e115 100644
--- a/gtk2_ardour/ardour_ui_ed.cc
+++ b/gtk2_ardour/ardour_ui_ed.cc
@@ -740,12 +740,13 @@ ARDOUR_UI::build_menu_bar ()
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 (dsp_load_label, false, false, 6);
+ hbox->pack_end (disk_space_label, false, false, 6);
+ hbox->pack_end (sample_rate_label, false, false, 6);
+ hbox->pack_end (timecode_format_label, false, false, 6);
+ hbox->pack_end (format_label, false, false, 6);
+ hbox->pack_end (peak_thread_work_label, false, false, 6);
menu_hbox.pack_end (*ev, true, true, 2);