diff options
author | Minijackson <minijackson@riseup.net> | 2023-01-25 16:06:20 +0100 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2023-01-25 16:06:20 +0100 |
commit | 794ce6e18b22ff3887870050e0992c0814fea9b5 (patch) | |
tree | 0cfb2eef43c720ad0ef2318a9be95a8cdd1c365a | |
parent | ace527ab0516eadcfc0c01997e2259a78189b30e (diff) | |
download | diaphragm-794ce6e18b22ff3887870050e0992c0814fea9b5.tar.gz diaphragm-794ce6e18b22ff3887870050e0992c0814fea9b5.zip |
examples/dfscq-log: proper font size
-rw-r--r-- | examples/lib-dfscq-log/dfscq-log.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/lib-dfscq-log/dfscq-log.lua b/examples/lib-dfscq-log/dfscq-log.lua index e95fc05..d20bd4e 100644 --- a/examples/lib-dfscq-log/dfscq-log.lua +++ b/examples/lib-dfscq-log/dfscq-log.lua | |||
@@ -341,8 +341,8 @@ end | |||
341 | 341 | ||
342 | dia.draw({ | 342 | dia.draw({ |
343 | draw = function(self) | 343 | draw = function(self) |
344 | local title_font = dia.text.font({ family = serif_family, size = 50000 }) | 344 | local title_font = dia.text.font({ family = serif_family, size = 48 }) |
345 | local entry_font = dia.text.font({ family = mono_family, size = 20000 }) | 345 | local entry_font = dia.text.font({ family = mono_family, size = 20 }) |
346 | local action_font = dia.text.font({ family = mono_family, height = normal_margin }) | 346 | local action_font = dia.text.font({ family = mono_family, height = normal_margin }) |
347 | 347 | ||
348 | local function action(name) | 348 | local function action(name) |