Просмотр исходного кода

Left align bullet points in nightscout import settings verbose hint

Andreas Stokholm 1 год назад
Родитель
Сommit
a182bc7eee

+ 2 - 2
FreeAPS/Sources/Modules/NightscoutConfig/View/NightscoutConfigRootView.swift

@@ -115,11 +115,11 @@ extension NightscoutConfig {
                                         hintLabel = "Import Settings from Nightscout"
                                         selectedVerboseHint =
                                             AnyView(
-                                                VStack(spacing: 10) {
+                                                VStack(alignment: .leading, spacing: 10) {
                                                     Text(
                                                         "This will overwrite the following Trio therapy settings:"
                                                     )
-                                                    VStack {
+                                                    VStack(alignment: .leading) {
                                                         Text("• Basal Rates")
                                                         Text("• Insulin Sensitivities")
                                                         Text("• Carb Ratios")