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 @@ - +