mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-06-05 13:28:50 +00:00
separator should extend to leading margin (#1763)
This commit is contained in:
parent
9fb8d4e484
commit
d69696b726
1 changed files with 3 additions and 0 deletions
|
@ -216,6 +216,9 @@ struct DisplaySettingsView: View {
|
||||||
Text("settings.display.max-reply-indentation-\(String(userPreferences.maxReplyIndentation))")
|
Text("settings.display.max-reply-indentation-\(String(userPreferences.maxReplyIndentation))")
|
||||||
.font(.scaledBody)
|
.font(.scaledBody)
|
||||||
}
|
}
|
||||||
|
.alignmentGuide(.listRowSeparatorLeading) { d in
|
||||||
|
d[.leading]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Toggle("settings.display.show-account-popover", isOn: $userPreferences.showAccountPopover)
|
Toggle("settings.display.show-account-popover", isOn: $userPreferences.showAccountPopover)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue