mirror of
https://github.com/hulthe/inkopslista.git
synced 2026-08-03 23:11:28 +02:00
Update default list of favorite goods
This commit is contained in:
+18
-1
@@ -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 <length> button-min-width: 100pt;
|
||||
in property <length> button-height: 60pt;
|
||||
in property <length> button-spacing: 10pt;
|
||||
|
||||
Reference in New Issue
Block a user