mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-10 15:10:53 +00:00
libsysprof-ui: shrink marks row
This commit is contained in:
@ -386,7 +386,7 @@ handle_capture_results (GObject *object,
|
|||||||
GtkWidget *row = g_object_new (SYSPROF_TYPE_MARK_VISUALIZER_ROW,
|
GtkWidget *row = g_object_new (SYSPROF_TYPE_MARK_VISUALIZER_ROW,
|
||||||
"group", key,
|
"group", key,
|
||||||
"title", key,
|
"title", key,
|
||||||
"height-request", 50,
|
"height-request", 35,
|
||||||
"selectable", FALSE,
|
"selectable", FALSE,
|
||||||
"visible", TRUE,
|
"visible", TRUE,
|
||||||
NULL);
|
NULL);
|
||||||
|
|||||||
Reference in New Issue
Block a user