Procházet zdrojové kódy

fixed glucose text size

Ivan Valkou před 5 roky
rodič
revize
7bba55aa1f

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

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