Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.12
-
None
-
-
b563bd583a50442b52e47f8c5f149aebafb385f2 (qt/qtquickcontrols2/5.12)
Description
TextField Layout is not working when using Material Style.
If you test the code below, you'll notice the TextField doesn't fill the Layout width.
import QtQuick 2.12 import QtQuick.Controls 2.5 import QtQuick.Layouts 1.12 ApplicationWindow { id: window width: 400 height: 400 visible: true ColumnLayout { spacing: 20 anchors.fill: parent TextField { id:txtName focus: true placeholderText: "Name" Layout.fillWidth: true } } }
Attachments
Issue Links
- is duplicated by
-
QTBUG-72423 Quick Controls 2: TextField have wrong width in material theme
- Closed
-
QTBUG-72653 Textfieldbox in Material Style has wrong visual size
- Closed
-
QTBUG-71907 Background of Material style TextField doesn't respect control width
- Closed
- relates to
-
QTBUG-72375 Material: TextField is broken
- Closed