diff options
Diffstat (limited to 'src/layout/box.nim')
-rw-r--r-- | src/layout/box.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/layout/box.nim b/src/layout/box.nim index 277bbef4..a36bb424 100644 --- a/src/layout/box.nim +++ b/src/layout/box.nim @@ -14,6 +14,7 @@ type CSSBoxObj = object of RootObj x*: int y*: int + fromx*: int width*: int height*: int children*: seq[CSSBox] |