sysprof: Adjust font size slightly

Makes the Waterfall view look better.
This commit is contained in:
Georges Basile Stavracas Neto
2024-08-07 13:37:27 -03:00
parent 43dd3f5062
commit 444b4fff75
2 changed files with 6 additions and 0 deletions

View File

@ -95,3 +95,7 @@ timescrubber timecode {
flamegraph {
font-size: 11px;
}
timespanlayer {
font-size: 10px;
}

View File

@ -497,6 +497,8 @@ sysprof_time_span_layer_class_init (SysprofTimeSpanLayerClass *klass)
(G_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY | G_PARAM_STATIC_STRINGS));
g_object_class_install_properties (object_class, N_PROPS, properties);
gtk_widget_class_set_css_name (widget_class, "timespanlayer");
}
static void