Jon Mårtensson пре 3 година
родитељ
комит
e132e9725c
1 измењених фајлова са 1 додато и 3 уклоњено
  1. 1 3
      FreeAPS/Sources/Modules/Home/View/HomeRootView.swift

+ 1 - 3
FreeAPS/Sources/Modules/Home/View/HomeRootView.swift

@@ -23,9 +23,7 @@ extension Home {
         // Switch between Loops and Errors when tapping in ststPanel
         @State var loopStatTitle = NSLocalizedString("Loops", comment: "Nr of Loops in statPanel")
         @State var loopsOrerrors = ""
-
-        public let paddingSpace: CGFloat = 15
-
+        
         private var numberFormatter: NumberFormatter {
             let formatter = NumberFormatter()
             formatter.numberStyle = .decimal