Rename symbolics

This commit is contained in:
David Lapshin 2022-08-02 15:33:17 +03:00
parent b0fd3a5c5a
commit 73b1ad0369
4 changed files with 3 additions and 3723 deletions

File diff suppressed because it is too large Load diff

Before

Width:  |  Height:  |  Size: 202 KiB

View file

@ -14,11 +14,11 @@
<gresource prefix="/com/github/ArtyIF/AdwCustomizer/icons/scalable/actions/"> <gresource prefix="/com/github/ArtyIF/AdwCustomizer/icons/scalable/actions/">
<file <file
preprocess="xml-stripblanks" preprocess="xml-stripblanks"
alias="com.github.ArtyIF.AdwCustomizer-adw-gtk3-warning-symbolic.svg" alias="adw-gtk3-warning-symbolic.svg"
>icons/com.github.ArtyIF.AdwCustomizer-adw-gtk3-warning-symbolic.svg</file> >icons/com.github.ArtyIF.AdwCustomizer-adw-gtk3-warning-symbolic.svg</file>
<file <file
preprocess="xml-stripblanks" preprocess="xml-stripblanks"
alias="palette-symbolic.svg" alias="palette-symbolic.svg"
>icons/icon-dev-kit/palette-symbolic.svg</file> >icons/com.github.ArtyIF.AdwCustomizer-palette-symbolic.svg</file>
</gresource> </gresource>
</gresources> </gresources>

View file

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View file

@ -5,7 +5,7 @@ template AdwcustomizerOption : Adw.ActionRow {
[suffix] [suffix]
MenuButton warning-button { MenuButton warning-button {
valign: center; valign: center;
icon-name: "com.github.ArtyIF.AdwCustomizer-adw-gtk3-warning-symbolic"; icon-name: "adw-gtk3-warning-symbolic";
popover: warning-popover; popover: warning-popover;
tooltip-text: _("GTK 3 Support Warning"); tooltip-text: _("GTK 3 Support Warning");
} }