Add window title and icon

This commit is contained in:
2026-06-29 21:30:28 +02:00
parent 7501f1e824
commit 932b5cd266
+4
View File
@@ -323,8 +323,12 @@ component ShopView inherits VerticalLayout {
export component App inherits Window {
title: "Inköpslista";
icon: @image-url("../images/icon.svg");
preferred-height: 700px;
preferred-width: 480px;
TabWidget {
Tab {
title: "Add";