mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-25 09:41:02 +00:00
Catalyst: Fix window size
This commit is contained in:
parent
9d5d341764
commit
698edc4d58
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ extension IceCubesApp {
|
||||||
.withModelContainer()
|
.withModelContainer()
|
||||||
}
|
}
|
||||||
#if targetEnvironment(macCatalyst)
|
#if targetEnvironment(macCatalyst)
|
||||||
.defaultSize(width: userPreferences.showiPadSecondaryColumn ? 1100 : 800, height: 1400)
|
.windowResizability(.contentSize)
|
||||||
#elseif os(visionOS)
|
#elseif os(visionOS)
|
||||||
.defaultSize(width: 800, height: 1200)
|
.defaultSize(width: 800, height: 1200)
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue