Skip to content

Commit 3f3360d

Browse files
committed
Set NotesExample sidebar min width (for WinUI)
1 parent ffb6eca commit 3f3360d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Examples/Sources/NotesExample/ContentView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ struct ContentView: View {
128128
self.error = "Failed to load notes"
129129
}
130130
}
131+
.frame(minWidth: 200)
131132
} detail: {
132133
ScrollView {
133134
VStack(alignment: .center) {

0 commit comments

Comments
 (0)