mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 08:00:53 +00:00
visualizers: tweak row heights
This commit is contained in:
@ -265,7 +265,7 @@ handle_capture_results (GObject *object,
|
|||||||
{
|
{
|
||||||
GtkWidget *row = g_object_new (SP_TYPE_CPU_VISUALIZER_ROW,
|
GtkWidget *row = g_object_new (SP_TYPE_CPU_VISUALIZER_ROW,
|
||||||
"title", _("CPU"),
|
"title", _("CPU"),
|
||||||
"height-request", 75,
|
"height-request", 35,
|
||||||
"selectable", FALSE,
|
"selectable", FALSE,
|
||||||
"visible", TRUE,
|
"visible", TRUE,
|
||||||
"y-lower", 0.0,
|
"y-lower", 0.0,
|
||||||
@ -279,7 +279,7 @@ handle_capture_results (GObject *object,
|
|||||||
GdkRGBA rgba;
|
GdkRGBA rgba;
|
||||||
GtkWidget *row = g_object_new (SP_TYPE_LINE_VISUALIZER_ROW,
|
GtkWidget *row = g_object_new (SP_TYPE_LINE_VISUALIZER_ROW,
|
||||||
"title", _("FPS"),
|
"title", _("FPS"),
|
||||||
"height-request", 50,
|
"height-request", 35,
|
||||||
"selectable", FALSE,
|
"selectable", FALSE,
|
||||||
"visible", TRUE,
|
"visible", TRUE,
|
||||||
"y-lower", 0.0,
|
"y-lower", 0.0,
|
||||||
@ -301,7 +301,7 @@ handle_capture_results (GObject *object,
|
|||||||
GtkWidget *row = g_object_new (SP_TYPE_MARK_VISUALIZER_ROW,
|
GtkWidget *row = g_object_new (SP_TYPE_MARK_VISUALIZER_ROW,
|
||||||
"group", key,
|
"group", key,
|
||||||
"title", key,
|
"title", key,
|
||||||
"height-request", 75,
|
"height-request", 50,
|
||||||
"selectable", FALSE,
|
"selectable", FALSE,
|
||||||
"visible", TRUE,
|
"visible", TRUE,
|
||||||
NULL);
|
NULL);
|
||||||
|
|||||||
Reference in New Issue
Block a user