mirror of
https://github.com/Insality/druid
synced 2025-11-26 19:00:52 +01:00
can setup text max width (#14)
This commit is contained in:
@@ -43,7 +43,7 @@ function init(self)
|
||||
print("On android back", params)
|
||||
end, 2)
|
||||
|
||||
self.druid:new_text("text_2", "Simple text")
|
||||
self.druid:new_text("text_2", "Simple text", false, 400)
|
||||
self.druid:new_text("text_3", "locale_text", true)
|
||||
|
||||
self.druid:new_timer("text_1", 5, 0, function()
|
||||
|
||||
Reference in New Issue
Block a user