فهرست منبع

Left align low and high glucose alarm limit defaults in verbose hint

Andreas Stokholm 1 سال پیش
والد
کامیت
8add0da059
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      FreeAPS/Sources/Modules/GlucoseNotificationSettings/View/GlucoseNotificationSettingsRootView.swift

+ 1 - 1
FreeAPS/Sources/Modules/GlucoseNotificationSettings/View/GlucoseNotificationSettingsRootView.swift

@@ -247,7 +247,7 @@ extension GlucoseNotificationSettings {
                             action: {
                             action: {
                                 hintLabel = "Low and High Glucose Alarm Limits"
                                 hintLabel = "Low and High Glucose Alarm Limits"
                                 selectedVerboseHint =
                                 selectedVerboseHint =
-                                    AnyView(VStack(spacing: 10) {
+                                    AnyView(VStack(alignment: .leading, spacing: 10) {
                                         Text("Low Default: 70 mg/dL").bold()
                                         Text("Low Default: 70 mg/dL").bold()
                                         Text("High Default: 180 mg/dL").bold()
                                         Text("High Default: 180 mg/dL").bold()
                                         VStack(alignment: .leading, spacing: 10) {
                                         VStack(alignment: .leading, spacing: 10) {