We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2da884d commit 03fdbaaCopy full SHA for 03fdbaa
src/fidget.nim
@@ -266,7 +266,7 @@ proc image*(imageName: string) =
266
## Sets image fill.
267
current.imageName = imageName
268
269
-proc orgBox*(x, y, w, h: int|float32|float32) =
+proc orgBox*(x, y, w, h: int|float32|float64) =
270
## Sets the box dimensions of the original element for constraints.
271
current.orgBox.x = float32 x
272
current.orgBox.y = float32 y
0 commit comments