Removes padding.

This commit is contained in:
Stuart Breckenridge 2020-08-10 08:31:10 +08:00
parent 88ee63ba68
commit dadff04da5
No known key found for this signature in database
GPG Key ID: 79BD673276AE83CE

View File

@ -109,7 +109,7 @@ struct SceneNavigationView: View {
} label: {
Image(systemName: "sidebar.left")
}
.help("Toggle Sidebar").padding(.trailing, 40)
.help("Toggle Sidebar")
}
ToolbarItem() {
Menu {