[sysprof] libsysprof-ui: reduce row height



commit 1abefb4ceb93f79fd3900d7939544e18435a13d9
Author: Christian Hergert <chergert redhat com>
Date:   Mon May 20 16:26:14 2019 -0700

    libsysprof-ui: reduce row height

 src/libsysprof-ui/sysprof-visualizer-list.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/libsysprof-ui/sysprof-visualizer-list.c b/src/libsysprof-ui/sysprof-visualizer-list.c
index 810dfb1..cec002c 100644
--- a/src/libsysprof-ui/sysprof-visualizer-list.c
+++ b/src/libsysprof-ui/sysprof-visualizer-list.c
@@ -300,7 +300,7 @@ handle_capture_results (GObject      *object,
       GtkWidget *row = g_object_new (SYSPROF_TYPE_CPU_VISUALIZER_ROW,
                                      /* Translators: CPU is the processor. */
                                      "title", _("CPU"),
-                                     "height-request", 50,
+                                     "height-request", 35,
                                      "selectable", FALSE,
                                      "visible", TRUE,
                                      "y-lower", 0.0,
@@ -313,7 +313,7 @@ handle_capture_results (GObject      *object,
     {
       GtkWidget *row = g_object_new (SYSPROF_TYPE_DEPTH_VISUALIZER_ROW,
                                      "zoom-manager", priv->zoom_manager,
-                                     "height-request", 50,
+                                     "height-request", 35,
                                      "selectable", FALSE,
                                      "visible", TRUE,
                                      NULL);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]