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 37c34dda..95c66fed 100644 --- a/src/layout/box.nim +++ b/src/layout/box.nim @@ -70,6 +70,7 @@ type offset*: Offset size*: Size # padding size margin*: RelativeRect #TODO get rid of this? + positioned*: RelativeRect #TODO ditto # very bad name. basically the minimum content width after the contents # have been positioned (usually the width of the shortest word.) used # in table cells. |