mirror of
https://github.com/XcodesOrg/XcodesApp.git
synced 2026-03-25 08:55:46 +00:00
Merge d1b77b94aa into 1a0d3353b9
This commit is contained in:
commit
cfa4622b20
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ struct NavigationSplitViewWrapper<Sidebar, Detail>: View where Sidebar: View, De
|
|||
NavigationSplitView {
|
||||
if #available(macOS 14, *) {
|
||||
sidebar
|
||||
.navigationSplitViewColumnWidth(min: 290, ideal: 290)
|
||||
.navigationSplitViewColumnWidth(min: 290, ideal: 290, max: 700)
|
||||
} else {
|
||||
sidebar
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue