cpu: make row a bit bigger

We should make it at least the size of the minimum for the view area, or
things look weird when we dont have marks added.
This commit is contained in:
Christian Hergert
2018-06-16 19:48:23 -07:00
parent 20e4204919
commit a1e3d06296

View File

@ -273,7 +273,7 @@ handle_capture_results (GObject *object,
{
GtkWidget *row = g_object_new (SP_TYPE_CPU_VISUALIZER_ROW,
"title", _("CPU"),
"height-request", 35,
"height-request", 50,
"selectable", FALSE,
"visible", TRUE,
"y-lower", 0.0,