Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/ios.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarino Faggiana <marino@marinofaggiana.com>2022-09-14 18:59:09 +0300
committerMarino Faggiana <marino@marinofaggiana.com>2022-09-14 18:59:09 +0300
commit1626f989f4fddfb78cff7a28c1ddd24bf58ce413 (patch)
treeb10247c71ba482ab0a0cf804a870c14eddab625b
parent5fc157d45acee9f8e7b2595d455acf084ea8e452 (diff)
Improved Widgetwidget
Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
-rw-r--r--Widget/Dashboard/DashboardData.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/Widget/Dashboard/DashboardData.swift b/Widget/Dashboard/DashboardData.swift
index b7b5474ad..c5391ca4a 100644
--- a/Widget/Dashboard/DashboardData.swift
+++ b/Widget/Dashboard/DashboardData.swift
@@ -68,7 +68,7 @@ let dashboardDatasTest: [DashboardData] = [
func getDashboardItems(displaySize: CGSize, withButton: Bool) -> Int {
if withButton {
- let height = Int((displaySize.height - 75) / 50)
+ let height = Int((displaySize.height - 80) / 50)
return height
} else {
let height = Int((displaySize.height - 55) / 50)