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;