Merge pull request #984 from YumiWhellie/main

updated customizables' textfield size
This commit is contained in:
Chr1Z 2024-11-13 23:19:41 +01:00 committed by GitHub
commit 0c1f5e8bdb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -166,12 +166,12 @@ function createRowTextField(rowIndex)
position = actualPosition,
alignment = "UpperLeft",
width = textField.width,
height = (inputFontsize + 15),
height = (inputFontsize + 20),
fontSize = inputFontsize,
resizeTextForBestFit = true,
fontStyle = "Bold",
rotation = "0 0 180",
scale = "0.2 0.2 0.2",
scale = "0.21 0.2 0.2",
color = "#FFFFFF",
}
}