Update Blueprint syntax for 0.8

This commit is contained in:
kramo
2023-05-16 13:56:43 +02:00
parent cd7e5a5de0
commit 19c7148ee6
4 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
using Gtk 4.0;
using Adw 1;
template Game : Box {
template $Game : Box {
orientation: vertical;
halign: center;
valign: start;