From a1e3d06296067d16bf0ae610037750ea73f078c7 Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Sat, 16 Jun 2018 19:48:23 -0700 Subject: [PATCH] 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. --- lib/visualizers/sp-visualizer-list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/visualizers/sp-visualizer-list.c b/lib/visualizers/sp-visualizer-list.c index e99f7de8..f3375259 100644 --- a/lib/visualizers/sp-visualizer-list.c +++ b/lib/visualizers/sp-visualizer-list.c @@ -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,