fix: add checkmark-small-symbolic

This commit is contained in:
0xMRTT 2022-08-23 09:26:48 +02:00
parent 9dbfc554ed
commit 2df649dbe1
3 changed files with 8 additions and 1 deletions

View file

@ -53,6 +53,11 @@
alias="settings-symbolic.svg"
>icons/com.github.GradienceTeam.Gradience-settings-symbolic.svg</file>
<file
preprocess="xml-stripblanks"
alias="checkmark-small-symbolic.svg"
>icons/com.github.GradienceTeam.Gradience-checkmark-small-symbolic.svg</file>
</gresource>
</gresources>

View file

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" height="16px" viewBox="0 0 16 16" width="16px"><path d="m 13 5.589844 l -1 -1 l -5.46875 5.410156 l -1.832031 -1.8125 l -2 2 l 3.832031 3.8125 l 7.46875 -7.410156 z m 0 0" fill="#222222"/></svg>

After

Width:  |  Height:  |  Size: 274 B

View file

@ -11,7 +11,7 @@ template GradiencePresetRow : Adw.ActionRow {
Button apply_button {
valign: center;
icon-name: "checkmark-small";
icon-name: "checkmark-small-symbolic";
tooltip-text: _("Apply preset");
clicked => on_apply_button_clicked();
}