css: fix object select image styling for profiler assistant

Fixes #79
This commit is contained in:
Christian Hergert
2022-07-22 13:30:43 -07:00
parent 3002640c50
commit feccf5fbeb
4 changed files with 21 additions and 7 deletions

View File

@ -33,6 +33,7 @@
#include "sysprof-model-filter.h"
#include "sysprof-profiler-assistant.h"
#include "sysprof-process-model-row.h"
#include "sysprof-theme-manager.h"
#include "sysprof-ui-private.h"
#include "sysprof-battery-aid.h"
@ -399,6 +400,11 @@ sysprof_profiler_assistant_class_init (SysprofProfilerAssistantClass *klass)
gtk_widget_class_bind_template_child (widget_class, SysprofProfilerAssistant, inherit_switch);
gtk_widget_class_bind_template_child (widget_class, SysprofProfilerAssistant, search_entry);
sysprof_theme_manager_register_resource (sysprof_theme_manager_get_default (),
NULL,
NULL,
"/org/gnome/sysprof/css/SysprofProfilerAssistant-shared.css");
g_type_ensure (SYSPROF_TYPE_AID_ICON);
g_type_ensure (SYSPROF_TYPE_BATTERY_AID);
g_type_ensure (SYSPROF_TYPE_CALLGRAPH_AID);