Gradience/src/ui/plugin_row.blp

19 lines
348 B
Text
Raw Normal View History

2022-08-19 12:23:25 +00:00
using Gtk 4.0;
using Adw 1;
2022-08-19 13:29:52 +00:00
template GradiencePluginRow : Adw.ActionRow {
2022-08-19 12:23:25 +00:00
[suffix]
MenuButton remove-button {
valign: center;
icon-name: "close-symbolic";
tooltip-text: _("Remove plugin");
}
[suffix]
MenuButton settings-button {
valign: center;
icon-name: "settings-symbolic";
tooltip-text: _("Settings");
}
}