mirror of
https://github.com/Insality/druid.git
synced 2025-09-27 18:12:19 +02: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