Gradience/data/ui/repo_row.blp
tfuxu 50e38bc198
chore: update UI definitions to Blueprint 0.8.0 syntax
* update `blueprint-compiler` in release Flatpak manifest to 0.10.0
2023-08-15 23:58:35 +02:00

13 lines
256 B
Text

using Gtk 4.0;
using Adw 1;
template $GradienceRepoRow : Adw.ActionRow {
[suffix]
Button remove_button {
valign: center;
icon-name: "user-trash-symbolic";
tooltip-text: _("Remove Preset");
clicked => $on_remove_button_clicked();
}
}