diff options
-rw-r--r-- | examples/lib-dfscq-log/dfscq-log.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/lib-dfscq-log/dfscq-log.lua b/examples/lib-dfscq-log/dfscq-log.lua index d20bd4e..6a41ff8 100644 --- a/examples/lib-dfscq-log/dfscq-log.lua +++ b/examples/lib-dfscq-log/dfscq-log.lua | |||
@@ -317,6 +317,9 @@ local function layer(params) | |||
317 | width = 100, | 317 | width = 100, |
318 | }) | 318 | }) |
319 | 319 | ||
320 | -- TODO: seems hacky | ||
321 | result.right:minimize() | ||
322 | |||
320 | function result:draw() | 323 | function result:draw() |
321 | dia.rectangle | 324 | dia.rectangle |
322 | .new({ | 325 | .new({ |