Ivan Valkou пре 5 година
родитељ
комит
7bba55aa1f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      FreeAPS/Sources/Modules/Home/View/Header/CurrentGlucoseView.swift

+ 1 - 1
FreeAPS/Sources/Modules/Home/View/Header/CurrentGlucoseView.swift

@@ -41,7 +41,7 @@ struct CurrentGlucoseView: View {
                         ?? "--"
                 )
                 .font(.system(size: 24, weight: .bold))
-                .minimumScaleFactor(0.5)
+                .fixedSize()
                 image.padding(.bottom, 2)
 
             }.padding(.leading, 4)