Merge pull request #984 from YumiWhellie/main
updated customizables' textfield size
This commit is contained in:
commit
0c1f5e8bdb
@ -166,12 +166,12 @@ function createRowTextField(rowIndex)
|
|||||||
position = actualPosition,
|
position = actualPosition,
|
||||||
alignment = "UpperLeft",
|
alignment = "UpperLeft",
|
||||||
width = textField.width,
|
width = textField.width,
|
||||||
height = (inputFontsize + 15),
|
height = (inputFontsize + 20),
|
||||||
fontSize = inputFontsize,
|
fontSize = inputFontsize,
|
||||||
resizeTextForBestFit = true,
|
resizeTextForBestFit = true,
|
||||||
fontStyle = "Bold",
|
fontStyle = "Bold",
|
||||||
rotation = "0 0 180",
|
rotation = "0 0 180",
|
||||||
scale = "0.2 0.2 0.2",
|
scale = "0.21 0.2 0.2",
|
||||||
color = "#FFFFFF",
|
color = "#FFFFFF",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user