Explorar o código

coding

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana %!s(int64=2) %!d(string=hai) anos
pai
achega
608f29b189
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      Widget/Dashboard/DashboardData.swift

+ 2 - 2
Widget/Dashboard/DashboardData.swift

@@ -67,10 +67,10 @@ let dashboardDatasTest: [DashboardData] = [
 func getDashboardItems(displaySize: CGSize, withButton: Bool) -> Int {
     
     if withButton {
-        let height = Int((displaySize.height - 80) / 50)
+        let height = Int((displaySize.height - 85) / 50)
         return height
     } else {
-        let height = Int((displaySize.height - 55) / 50)
+        let height = Int((displaySize.height - 60) / 50)
         return height
     }
 }