updated customizable textfield size

This commit is contained in:
Zerino 2024-11-13 18:47:52 -03:00
parent 42b7ecad48
commit 67abfbcc16

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",
}
}