mirror of
https://github.com/Insality/druid.git
synced 2025-09-27 18:12:19 +02:00
Update docs for #78 text update
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
local const = require("druid.const")
|
||||
local settings = require("druid.system.settings")
|
||||
local anims = require("druid.styles.default.anims")
|
||||
|
||||
@@ -131,7 +132,8 @@ M["input"] = {
|
||||
|
||||
|
||||
M["text"] = {
|
||||
TRIM_POSTFIX = "..."
|
||||
TRIM_POSTFIX = "...",
|
||||
DEFAULT_ADJUST = const.TEXT_ADJUST.DOWNSCALE
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user