[sysprof] visualizers: tweak row heights
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [sysprof] visualizers: tweak row heights
- Date: Fri, 18 May 2018 16:51:02 +0000 (UTC)
commit 2e54a1766e92f6b308cffb1a531f88cbdc0a1987
Author: Christian Hergert <chergert redhat com>
Date: Fri May 18 17:50:33 2018 +0100
visualizers: tweak row heights
lib/visualizers/sp-visualizer-list.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/lib/visualizers/sp-visualizer-list.c b/lib/visualizers/sp-visualizer-list.c
index b10946e..675c0e8 100644
--- a/lib/visualizers/sp-visualizer-list.c
+++ b/lib/visualizers/sp-visualizer-list.c
@@ -265,7 +265,7 @@ handle_capture_results (GObject *object,
{
GtkWidget *row = g_object_new (SP_TYPE_CPU_VISUALIZER_ROW,
"title", _("CPU"),
- "height-request", 75,
+ "height-request", 35,
"selectable", FALSE,
"visible", TRUE,
"y-lower", 0.0,
@@ -279,7 +279,7 @@ handle_capture_results (GObject *object,
GdkRGBA rgba;
GtkWidget *row = g_object_new (SP_TYPE_LINE_VISUALIZER_ROW,
"title", _("FPS"),
- "height-request", 50,
+ "height-request", 35,
"selectable", FALSE,
"visible", TRUE,
"y-lower", 0.0,
@@ -301,7 +301,7 @@ handle_capture_results (GObject *object,
GtkWidget *row = g_object_new (SP_TYPE_MARK_VISUALIZER_ROW,
"group", key,
"title", key,
- "height-request", 75,
+ "height-request", 50,
"selectable", FALSE,
"visible", TRUE,
NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]