Fix iOS config sheet width
This commit is contained in:
parent
36a54628ba
commit
2f69987742
1 changed files with 2 additions and 0 deletions
|
|
@ -399,7 +399,9 @@ private struct ConfigurationSheetView: View {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#if os(macOS)
|
||||||
.frame(minWidth: 520, minHeight: 620)
|
.frame(minWidth: 520, minHeight: 620)
|
||||||
|
#endif
|
||||||
.onAppear {
|
.onAppear {
|
||||||
runAutomationIfNeeded()
|
runAutomationIfNeeded()
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue