Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:papyros/qml-material into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
iBelieve committed Jan 31, 2015
2 parents 1e3fd29 + ffacc98 commit f79f489
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion modules/Material/Slider.qml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Controls.Slider {
Rectangle {
implicitHeight: parent.height / 2
implicitWidth: parent.width / 2
color: Theme.primaryColor
color: control.color
anchors.right: parent.right
anchors.bottom: parent.bottom
antialiasing: true
Expand Down
6 changes: 6 additions & 0 deletions modules/Material/TextField.qml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,12 @@ FocusScope {

onAccepted: field.accepted()
onEditingFinished: field.editingFinished()

MouseArea {
anchors.fill: parent
cursorShape: Qt.IBeamCursor
acceptedButtons: Qt.NoButton
}
}

Label {
Expand Down
File renamed without changes.

0 comments on commit f79f489

Please sign in to comment.