On 14 May 2014, at 05:05, Jason H wrote:
>TextField {
> width: parent.width
> style: TextFieldStyle {
> textColor: "white"
> font {pixelSize: 30}
> background: Rectangle { color:"black" }
> }
>}
> When using the code above, the black area is about 1/2 the heigh
TextField {
width: parent.width
style: TextFieldStyle {
textColor: "white"
font {pixelSize: 30}
background: Rectangle { color:"black" }
}
}
When using the code above, the black area is about 1/2 the height of the
letters that are entered into the text field. The le