diff options
Diffstat (limited to 'HomeDefault.ui.qml')
-rw-r--r-- | HomeDefault.ui.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/HomeDefault.ui.qml b/HomeDefault.ui.qml index 6963803..c3e8d2f 100644 --- a/HomeDefault.ui.qml +++ b/HomeDefault.ui.qml @@ -131,7 +131,7 @@ Flickable { : width / 4 cellHeight: 125.6 Layout.fillWidth: true - Layout.preferredHeight: width < 576 + implicitHeight: width < 576 ? cellHeight * count : width < 1200 ? cellHeight * count / 2 : cellHeight |