Преглед изворни кода

fix for legend not showing properly on iphone mini versions

polscm32 пре 2 година
родитељ
комит
9c152674e3
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      FreeAPS/Sources/Modules/Home/View/Chart/MainChartView.swift

+ 1 - 1
FreeAPS/Sources/Modules/Home/View/Chart/MainChartView.swift

@@ -385,7 +385,7 @@ extension MainChartView {
                     calculatePredictions()
                 }
                 .frame(
-                    minHeight: UIScreen.main.bounds.height / 3.3
+                    minHeight: UIScreen.main.bounds.height / 3.6
                 )
                 .frame(width: fullWidth(viewWidth: screenSize.width))
                 // .chartYScale(domain: minValue ... maxValue)