From 932b5cd2661084a65dde557552b72c54db32ec11 Mon Sep 17 00:00:00 2001 From: Joakim Hulthe Date: Mon, 29 Jun 2026 21:30:28 +0200 Subject: [PATCH] Add window title and icon --- gui/ui/app.slint | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gui/ui/app.slint b/gui/ui/app.slint index 1ca7b84..96bb579 100644 --- a/gui/ui/app.slint +++ b/gui/ui/app.slint @@ -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";