mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Spruce up info bar a bit using Chris' suggestions (#4238).
git-svn-id: svn://localhost/ardour2/branches/3.0@10290 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
81808ac866
commit
d15d8ec40e
3 changed files with 44 additions and 15 deletions
|
|
@ -529,22 +529,27 @@ ARDOUR_UI::build_menu_bar ()
|
|||
disk_space_box.add (disk_space_label);
|
||||
disk_space_box.set_name ("WallClock");
|
||||
disk_space_label.set_name ("WallClock");
|
||||
disk_space_label.set_use_markup ();
|
||||
|
||||
cpu_load_box.add (cpu_load_label);
|
||||
cpu_load_box.set_name ("CPULoad");
|
||||
cpu_load_label.set_name ("CPULoad");
|
||||
cpu_load_label.set_use_markup ();
|
||||
|
||||
buffer_load_box.add (buffer_load_label);
|
||||
buffer_load_box.set_name ("BufferLoad");
|
||||
buffer_load_label.set_name ("BufferLoad");
|
||||
buffer_load_label.set_use_markup ();
|
||||
|
||||
sample_rate_box.add (sample_rate_label);
|
||||
sample_rate_box.set_name ("SampleRate");
|
||||
sample_rate_label.set_name ("SampleRate");
|
||||
sample_rate_label.set_use_markup ();
|
||||
|
||||
format_box.add (format_label);
|
||||
format_box.set_name ("Format");
|
||||
format_label.set_name ("Format");
|
||||
format_label.set_use_markup ();
|
||||
|
||||
#ifndef TOP_MENUBAR
|
||||
menu_hbox.pack_start (*menu_bar, false, false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue