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:
Carl Hetherington 2011-01-04 19:41:18 +00:00
parent 9541129651
commit 69aa106050

View File

@ -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");