Fix referencing template by ID

This commit is contained in:
James Westman 2022-07-16 21:16:45 -05:00
parent 664fa2250b
commit 08da6f79c7
No known key found for this signature in database
GPG key ID: CE2DBA0ADB654EA6
3 changed files with 10 additions and 3 deletions

View file

@ -4,3 +4,7 @@ template TestTemplate : ApplicationWindow {
test-property: "Hello, world";
test-signal => on_test_signal();
}
Dialog {
transient-for: TestTemplate;
}