libsysprof-gtk: setup some default styling for tracks

This commit is contained in:
Christian Hergert
2023-06-29 15:11:42 -07:00
parent 58853a85bb
commit 8373314bf3
3 changed files with 24 additions and 0 deletions

View File

@ -117,6 +117,7 @@ sysprof_tracks_view_class_init (SysprofTracksViewClass *klass)
gtk_widget_class_set_template_from_resource (widget_class, "/libsysprof-gtk/sysprof-tracks-view.ui");
gtk_widget_class_set_layout_manager_type (widget_class, GTK_TYPE_BIN_LAYOUT);
gtk_widget_class_set_css_name (widget_class, "tracks");
gtk_widget_class_bind_template_child (widget_class, SysprofTracksView, list_view);
g_type_ensure (SYSPROF_TYPE_TIME_RULER);