separator should extend to leading margin (#1763)
This commit is contained in:
parent
9fb8d4e484
commit
d69696b726
|
@ -216,6 +216,9 @@ struct DisplaySettingsView: View {
|
|||
Text("settings.display.max-reply-indentation-\(String(userPreferences.maxReplyIndentation))")
|
||||
.font(.scaledBody)
|
||||
}
|
||||
.alignmentGuide(.listRowSeparatorLeading) { d in
|
||||
d[.leading]
|
||||
}
|
||||
}
|
||||
Toggle("settings.display.show-account-popover", isOn: $userPreferences.showAccountPopover)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue