I can confirm the issue

partial workaround is to assign width to undefined

br,

Vlad

On 12/18/18 3:02 PM, Tomas Konir wrote:
Hi,

I'm using this qml code:

importQtQuick2.12
importQtQuick.Controls2.4
importQtQuick.Window2.12
Window{
visible:true
     title:qsTr("HelloWorld")
TextField{
anchors.fill:parent
}
}
with this result:
textfield.png
You can see too short line below text (should be from start to end of window).
Am i doing something wrong or this is expected behavior or a bug ?
(Qt 5.12.0)
Regards
Tom

--
Tomas Konir
Czech Republic


_______________________________________________
Development mailing list
Development@qt-project.org
https://lists.qt-project.org/listinfo/development
_______________________________________________
Development mailing list
Development@qt-project.org
https://lists.qt-project.org/listinfo/development

Reply via email to