mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-ui: reduce row height
This commit is contained in:
@ -300,7 +300,7 @@ handle_capture_results (GObject *object,
|
|||||||
GtkWidget *row = g_object_new (SYSPROF_TYPE_CPU_VISUALIZER_ROW,
|
GtkWidget *row = g_object_new (SYSPROF_TYPE_CPU_VISUALIZER_ROW,
|
||||||
/* Translators: CPU is the processor. */
|
/* Translators: CPU is the processor. */
|
||||||
"title", _("CPU"),
|
"title", _("CPU"),
|
||||||
"height-request", 50,
|
"height-request", 35,
|
||||||
"selectable", FALSE,
|
"selectable", FALSE,
|
||||||
"visible", TRUE,
|
"visible", TRUE,
|
||||||
"y-lower", 0.0,
|
"y-lower", 0.0,
|
||||||
@ -313,7 +313,7 @@ handle_capture_results (GObject *object,
|
|||||||
{
|
{
|
||||||
GtkWidget *row = g_object_new (SYSPROF_TYPE_DEPTH_VISUALIZER_ROW,
|
GtkWidget *row = g_object_new (SYSPROF_TYPE_DEPTH_VISUALIZER_ROW,
|
||||||
"zoom-manager", priv->zoom_manager,
|
"zoom-manager", priv->zoom_manager,
|
||||||
"height-request", 50,
|
"height-request", 35,
|
||||||
"selectable", FALSE,
|
"selectable", FALSE,
|
||||||
"visible", TRUE,
|
"visible", TRUE,
|
||||||
NULL);
|
NULL);
|
||||||
|
|||||||
Reference in New Issue
Block a user