Gradience/data/ui/builtin_preset_row.blp
tfuxu 4edc5f4b50 refactor: move data files (like .ui, .json or .svg) to data/ directory
* move flatpak manifests to build-aux/flatpak directory
* update workflows to new manifests locations
* update README
2022-08-28 03:48:58 +02:00

15 lines
279 B
Text

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();
}
}