about summary refs log tree commit diff stats
path: root/src/layout/box.nim
diff options
context:
space:
mode:
Diffstat (limited to 'src/layout/box.nim')
-rw-r--r--src/layout/box.nim1
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.