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

Left align show low and high thresholds verbose hint

Andreas Stokholm пре 1 година
родитељ
комит
6784a8d2b1

+ 1 - 1
FreeAPS/Sources/Modules/UserInterfaceSettings/View/UserInterfaceSettingsRootView.swift

@@ -207,7 +207,7 @@ extension UserInterfaceSettings {
                     type: .boolean,
                     type: .boolean,
                     label: "Show Low and High Thresholds",
                     label: "Show Low and High Thresholds",
                     miniHint: "Display the Low and High glucose thresholds set below.",
                     miniHint: "Display the Low and High glucose thresholds set below.",
-                    verboseHint: VStack(spacing: 10) {
+                    verboseHint: VStack(alignment: .leading, spacing: 10) {
                         Text("This setting displays the upper and lower values for your glucose target range.")
                         Text("This setting displays the upper and lower values for your glucose target range.")
                         Text("This range is for display and statistical purposes only and does not influence insulin dosing.")
                         Text("This range is for display and statistical purposes only and does not influence insulin dosing.")
                     }
                     }