Gradience/data/ui/builtin_preset_row.blp

15 lines
279 B
Text
Raw Normal View History

2022-08-23 09:11:54 +00:00
using Gtk 4.0;
using Adw 1;
template GradienceBuiltinPresetRow : Adw.ActionRow {
[suffix]
Button apply_button {
valign: center;
icon-name: "checkmark-small-symbolic";
tooltip-text: _("Apply preset");
clicked => on_apply_button_clicked();
}
}