Skip to content

Commit 4f57264

Browse files
author
JWI
committed
test size stuff
1 parent 8d77ede commit 4f57264

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/UIKitBackend/UIKitBackend+Container.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ extension UIKitBackend {
130130
}
131131

132132
public func setSize(of widget: Widget, to size: SIMD2<Int>) {
133-
widget.width = size.x
134-
widget.height = size.y
133+
widget.width = 1000
134+
widget.height = 1000
135135
}
136136

137137
public func createScrollContainer(for child: Widget) -> Widget {

0 commit comments

Comments
 (0)