We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e3fd29 + ffacc98 commit f79f489Copy full SHA for f79f489
modules/Material/Slider.qml
@@ -74,7 +74,7 @@ Controls.Slider {
74
Rectangle {
75
implicitHeight: parent.height / 2
76
implicitWidth: parent.width / 2
77
- color: Theme.primaryColor
+ color: control.color
78
anchors.right: parent.right
79
anchors.bottom: parent.bottom
80
antialiasing: true
modules/Material/TextField.qml
@@ -94,6 +94,12 @@ FocusScope {
94
95
onAccepted: field.accepted()
96
onEditingFinished: field.editingFinished()
97
+
98
+ MouseArea {
99
+ anchors.fill: parent
100
+ cursorShape: Qt.IBeamCursor
101
+ acceptedButtons: Qt.NoButton
102
+ }
103
}
104
105
Label {
qml-materials.pro renamed to qml-material.pro
0 commit comments