Fix size of DSP label.
git-svn-id: svn://localhost/ardour2/branches/3.0@8435 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
9541129651
commit
69aa106050
@ -522,7 +522,7 @@ ARDOUR_UI::build_menu_bar ()
|
||||
disk_space_box.set_name ("WallClock");
|
||||
disk_space_label.set_name ("WallClock");
|
||||
|
||||
set_size_request_to_display_given_text (cpu_load_label, _("DSP: 100%"), 2, 0);
|
||||
set_size_request_to_display_given_text (cpu_load_label, _("DSP: 100.0%"), 2, 0);
|
||||
cpu_load_box.add (cpu_load_label);
|
||||
cpu_load_box.set_name ("CPULoad");
|
||||
cpu_load_label.set_name ("CPULoad");
|
||||
|
Loading…
Reference in New Issue
Block a user