Эх сурвалжийг харах

Improved Widget

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana 2 жил өмнө
parent
commit
1626f989f4

+ 1 - 1
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)