From 1cf191f9000ff5ae20d51eba62d9af1d5d4a3bf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Tue, 15 Nov 2022 11:41:33 +0800 Subject: Rename counters to counter --- DefaultHomeStackView.ui.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'DefaultHomeStackView.ui.qml') diff --git a/DefaultHomeStackView.ui.qml b/DefaultHomeStackView.ui.qml index 4113bd8..7c83a4d 100644 --- a/DefaultHomeStackView.ui.qml +++ b/DefaultHomeStackView.ui.qml @@ -7,7 +7,7 @@ StackView { initialItem: Item { GridView { - id: counters + id: counter model: ListModel { ListElement { count: "10K" @@ -28,7 +28,7 @@ StackView { } delegate: Item { - width: counters.cellWidth + width: counter.cellWidth height: 125.6 Rectangle { color: bgColor -- cgit v1.2.3