libsysprof-ui: shrink marks row

This commit is contained in:
Christian Hergert
2019-05-22 16:13:26 -07:00
parent b34d781cdd
commit ef31409b77

View File

@ -386,7 +386,7 @@ handle_capture_results (GObject *object,
GtkWidget *row = g_object_new (SYSPROF_TYPE_MARK_VISUALIZER_ROW,
"group", key,
"title", key,
"height-request", 50,
"height-request", 35,
"selectable", FALSE,
"visible", TRUE,
NULL);