Skip to content

Commit 6d7049a

Browse files
committed
Added minHeight to ControlsExample to make it not spawn with 0 height on GtkBackend
1 parent 8927187 commit 6d7049a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Examples/Sources/ControlsExample/ControlsApp.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ struct ControlsApp: App {
9595
Toggle(enabled ? "Disable all" : "Enable all", active: $enabled)
9696
.padding()
9797
}
98+
.frame(minHeight: 600)
9899
}
99100
}.defaultSize(width: 400, height: 600)
100101
}

0 commit comments

Comments
 (0)