[sysprof] cpu: make row a bit bigger
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [sysprof] cpu: make row a bit bigger
- Date: Sun, 17 Jun 2018 03:17:23 +0000 (UTC)
commit a1e3d06296067d16bf0ae610037750ea73f078c7
Author: Christian Hergert <chergert redhat com>
Date: Sat Jun 16 19:48:23 2018 -0700
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 e99f7de..f337525 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,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]