mirror of
https://github.com/GradienceTeam/Gradience.git
synced 2024-11-03 03:53:58 +00:00
fix: icon name
This commit is contained in:
parent
9e8f9e2d65
commit
02948a9e99
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ template GradiencePresetRow : Adw.ActionRow {
|
|||
[suffix]
|
||||
Button apply_button {
|
||||
valign: center;
|
||||
icon-name: "checkmark";
|
||||
icon-name: "checkmark-small";
|
||||
tooltip-text: _("Apply preset");
|
||||
clicked => on_apply_button_clicked();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue