Layout fixes

This commit is contained in:
Arkadiusz Fal
2022-11-11 16:19:14 +01:00
parent 5eafbb1151
commit 8978bf3f33
3 changed files with 17 additions and 5 deletions

View File

@@ -266,6 +266,8 @@ struct SettingsView_Previews: PreviewProvider {
.injectFixtureEnvironmentObjects()
#if os(macOS)
.frame(width: 600, height: 300)
#else
.navigationViewStyle(.stack)
#endif
}
}