dsp_stats: aesthetic tweaks to text and padding
This commit is contained in:
parent
d5160b6e8c
commit
a5378e559a
@ -89,12 +89,15 @@ DspStatisticsGUI::DspStatisticsGUI ()
|
||||
info_text.set_markup (_("The measurements shown below are <b>worst case</b>.\n"
|
||||
"\n"
|
||||
"This is more important in determining system load\n"
|
||||
"than an average. To see average values mouse-over\n"
|
||||
"any line"));
|
||||
"than an average. To see average values, mouse-over\n"
|
||||
"any line:"));
|
||||
Gtk::Alignment *i_align = Gtk::manage (new Gtk::Alignment());
|
||||
i_align->set_padding (6, 6, 6, 6);
|
||||
i_align->add (info_text);
|
||||
|
||||
Gtk::Frame* frame = manage (new Gtk::Frame);
|
||||
frame->set_shadow_type (Gtk::SHADOW_IN);
|
||||
frame->add (info_text);
|
||||
frame->add (*i_align);
|
||||
|
||||
pack_start (*frame, false, false);
|
||||
pack_start (table, true, true, 20);
|
||||
|
Loading…
Reference in New Issue
Block a user