Update docs for #78 text update

This commit is contained in:
Insality
2021-10-20 20:52:14 +03:00
parent 4ef8316949
commit 94197391a5
4 changed files with 24 additions and 6 deletions

View File

@@ -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
}