Re: [Interest] Styled text not setting control size

2014-05-14 Thread Nurmi J-P
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

[Interest] Styled text not setting control size

2014-05-13 Thread Jason H
   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