From 7fa29919dc2700204267ec54c57625b863f6595f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dr=2E=20J=C3=B6rg=20Wurzer?= Date: Sun, 15 Dec 2024 17:16:29 +0100 Subject: [PATCH] Fixing small app icons for small scaling --- AppGroup.qml | 2 +- android/AndroidManifest.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/AppGroup.qml b/AppGroup.qml index 3280779..be95405 100644 --- a/AppGroup.qml +++ b/AppGroup.qml @@ -25,7 +25,7 @@ Item { property double desaturation: 1.0 property int groupIndex: 0 property int selectedGroupIndex: 1 - property int columnCount: Screen.desktopAvailableWidth < 446 ? 4 : Screen.desktopAvailableWidth > 800 ? 8 : 5 + property int columnCount: Screen.desktopAvailableWidth < 521 ? 4 : Screen.desktopAvailableWidth > 800 ? 8 : 5 property bool unreadMessages: false property bool newCalls: false diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index e022b7e..5ae3e11 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -1,5 +1,5 @@ - +