libsysprof-gtk: set css names for chart and layer

This commit is contained in:
Christian Hergert
2023-06-20 19:19:48 -07:00
parent ece18d44e8
commit c3e95f5243
2 changed files with 5 additions and 0 deletions

View File

@ -266,6 +266,8 @@ sysprof_chart_class_init (SysprofChartClass *klass)
2,
SYSPROF_TYPE_CHART_LAYER,
G_TYPE_OBJECT);
gtk_widget_class_set_css_name (widget_class, "chart");
}
static void