Skip to content

Commit 6afc062

Browse files
author
JWI
committed
more testing
1 parent 6798ac6 commit 6afc062

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
@@ -99,8 +99,8 @@ extension UIKitBackend {
9999
}
100100

101101
let child = container.childWidgets[index]
102-
child.x = 0
103-
child.y = 0
102+
child.x = 50
103+
child.y = 50
104104
}
105105

106106
public func removeChild(_ child: Widget, from container: Widget) {

0 commit comments

Comments
 (0)