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

2018-12-18 Thread Tomas Konir
Hi, Thank you for reply. I uploaded image here: https://ibb.co/T8ZSPV6 I found, that workaround is to set: background.width: width Tom Ășt 18. 12. 2018 v 18:29 odesĂ­latel Vlad Stelmahovsky < vladstelmahov...@gmail.com> napsal: > I can confirm the issue > > partial workaround is to assign width

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

2018-12-18 Thread Vlad Stelmahovsky
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{

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

2018-12-18 Thread Mitch Curtis
> -Original Message- > From: Development On Behalf Of > Tomas Konir > Sent: Tuesday, 18 December 2018 3:03 PM > To: development@qt-project.org > Subject: [Development] qml TextField in material design has too short > bottom line > > Hi, > > I'm using t

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

2018-12-18 Thread Tomas Konir
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