Skip to content

Commit e318607

Browse files
committed
fix inner
1 parent d7b1ed0 commit e318607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tbutton.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ proc draw*(self: Main) {.slot.} =
5252
Button[int] as "btn":
5353
box 40'ux, 40'ux, 30'pp, 30'pp
5454
fill css"#2B9F2B" * 1.0
55-
border 5'ui, css"darkgreen" * 1.0
55+
# border 5'ui, css"darkgreen" * 1.0
5656
corners topLeft = self.fades[FkTopLeft].amount.UiScalar,
5757
topRight = self.fades[FkTopRight].amount.UiScalar,
5858
bottomLeft = self.fades[FkBottomLeft].amount.UiScalar,

0 commit comments

Comments
 (0)