Fix action widgets in templates

Fixes #69.
This commit is contained in:
James Westman 2022-07-09 14:47:07 -05:00
parent f6eacaa3d9
commit b9fdc5a5f1
No known key found for this signature in database
GPG key ID: CE2DBA0ADB654EA6
4 changed files with 9 additions and 10 deletions

View file

@ -1,6 +1,6 @@
using Gtk 4.0;
Dialog {
template MyDialog : Dialog {
[action response=cancel]
Button cancel_button {
label: _("Cancel");