summaryrefslogtreecommitdiff
path: root/DefaultHomeStackView.ui.qml
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2022-11-15 11:41:33 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2022-11-15 11:41:33 +0800
commit1cf191f9000ff5ae20d51eba62d9af1d5d4a3bf9 (patch)
tree2da1ff3a30597cadd9932221f0d28d77a225959c /DefaultHomeStackView.ui.qml
parent9d48a9bb40b9bd2117fdffadc8c1593e54b3e79b (diff)
Rename counters to counter
Diffstat (limited to 'DefaultHomeStackView.ui.qml')
-rw-r--r--DefaultHomeStackView.ui.qml4
1 files changed, 2 insertions, 2 deletions
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