summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/lib-dfscq-log/dfscq-log.lua4
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
342dia.draw({ 342dia.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)