[Development] qml TextField in material design has too short bottom line

Mitch Curtis mitch.curtis at qt.io
Tue Dec 18 17:06:51 CET 2018


> -----Original Message-----
> From: Development <development-bounces at qt-project.org> On Behalf Of
> Tomas Konir
> Sent: Tuesday, 18 December 2018 3:03 PM
> To: development at qt-project.org
> Subject: [Development] qml TextField in material design has too short
> bottom line
> 
> 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:
> 
> 
> 
> 
> You can see too short line below text (should be from start to end of
> window).

I don't see anything - did you forget to attach the screenshot?

> Am i doing something wrong or this is expected behavior or a bug ?
> (Qt 5.12.0)

It's probably this:

https://bugreports.qt.io/browse/QTBUG-71875

> 
> Regards
> 
> 
> Tom
> 
> --
> 
> Tomas Konir
> Czech Republic
> 



More information about the Development mailing list