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 letters protrude above the 
black box.

It should use the implicit height, should it not?

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to