This commit is contained in:
Insality
2024-11-20 02:44:45 +02:00
parent 606f400719
commit f2fa5320d2
3 changed files with 13 additions and 4 deletions

View File

@@ -11,6 +11,7 @@ function M:init()
:set_text_adjust("scale_when_trim_left", 0.3)
self.text_right = self.druid:new_text("text_right", "")
--:set_text_adjust("scale_when_trim_left", 0.3) -- TODO: not works? why?
self.container = self.druid:new_container(self.root)
self.container:add_container("text_name", nil, function(_, size)