From 81e7cb08ed929c106a6f566525438242ba0b89d2 Mon Sep 17 00:00:00 2001 From: Joakim Hulthe Date: Sun, 22 Mar 2026 21:02:39 +0100 Subject: [PATCH] Update default list of favorite goods --- gui/ui/app.slint | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/gui/ui/app.slint b/gui/ui/app.slint index 450b8a4..1ca7b84 100644 --- a/gui/ui/app.slint +++ b/gui/ui/app.slint @@ -178,7 +178,24 @@ component GoodsListAdd { } component GoodButtons inherits ScrollView { - in property <[string]> favorites: ["Mjölk", "Ost", "Ägg", "Bullens", "Oboy", "Mjöl", "Havregryn", "KrosTom"]; + in property <[string]> favorites: [ + "Balsam", + "Broccolli", + "Bröd", + "Bullens", + "Krossade Tomater", + "Kyckling", + "Matgrädde", + "Mjölk", + "Nästejp", + "Ost", + "Schampo", + "Smör", + "Spenat", + "Tandkräm", + "Toalettpapper", + "Ägg", + ]; in property button-min-width: 100pt; in property button-height: 60pt; in property button-spacing: 10pt;