Skip to content

Commit

Permalink
Set pixelSize instead of pointSize in InputText
Browse files Browse the repository at this point in the history
  • Loading branch information
Iktwo committed Sep 11, 2014
1 parent 9835fad commit af579fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qml/SearchPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Page {

inputMethodHints: Qt.ImhNoPredictiveText
placeholderText: qsTr("Search songs and artists")
font.pointSize: 14
font.pixelSize: 14 * ScreenValues.dpMultiplier

onAccepted: root.search()

Expand Down

0 comments on commit af579fe

Please sign in to comment.