diff options
author | Minijackson <minijackson@riseup.net> | 2023-01-25 16:09:59 +0100 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2023-01-25 16:09:59 +0100 |
commit | c8bb3e4a24ca1ca6ec1a57c9e8cd8655483b3eb0 (patch) | |
tree | b10069b9095ee0a5f42782fecbeb7adeee8d49e1 | |
parent | aded390750171429dca8e7e4d83e3fca76718cbf (diff) | |
download | diaphragm-c8bb3e4a24ca1ca6ec1a57c9e8cd8655483b3eb0.tar.gz diaphragm-c8bb3e4a24ca1ca6ec1a57c9e8cd8655483b3eb0.zip |
examples/dfscq-log: use minimize
-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({ |