Hi,
I'm using this qml code:
import QtQuick 2.12
import QtQuick.Controls 2.4
import QtQuick.Window 2.12
Window {
visible: true
title: qsTr("Hello World")
TextField {
anchors.fill: parent
}
}
with this result:
[image: 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
[email protected]
https://lists.qt-project.org/listinfo/development