mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-12-25 22:42:38 +01:00
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
Block a user