diff options
Diffstat (limited to 'DefaultHomeStackView.ui.qml')
-rw-r--r-- | DefaultHomeStackView.ui.qml | 4 |
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 |