
Change the dedicated Spinner widget to use the corresponding content instead of subclassing AnimatedIcon with appropriate assets. Other than the changed class hierarchy, the public API stays the same, so the impact on callers should be minimal. Closes: https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/8055 Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3565>
14 lines
440 B
XML
14 lines
440 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<gresources>
|
|
<gresource prefix="/org/gnome/shell/theme">
|
|
<file>calendar-today.svg</file>
|
|
<file>calendar-today-light.svg</file>
|
|
<file>gnome-shell-dark.css</file>
|
|
<file>gnome-shell-light.css</file>
|
|
<file>gnome-shell-high-contrast.css</file>
|
|
<file>gnome-shell-start.svg</file>
|
|
<file>pad-osd.css</file>
|
|
<file>workspace-placeholder.svg</file>
|
|
</gresource>
|
|
</gresources>
|