From af579fee7c92457ab46aa123f0a1c6c21e479893 Mon Sep 17 00:00:00 2001 From: Iktwo Sh Date: Thu, 11 Sep 2014 00:05:11 -0700 Subject: [PATCH] Set pixelSize instead of pointSize in InputText --- qml/SearchPage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qml/SearchPage.qml b/qml/SearchPage.qml index 9aec3a8..fbdd289 100644 --- a/qml/SearchPage.qml +++ b/qml/SearchPage.qml @@ -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()