From 0a3c80688bba2157e1b937fcb7b9cd3fc1414abc Mon Sep 17 00:00:00 2001 From: mmbyday Date: Wed, 28 Nov 2018 16:41:34 -0800 Subject: [PATCH] fix clipping of text in search box --- pages/History.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/History.qml b/pages/History.qml index 93494562..0f9d61a7 100644 --- a/pages/History.qml +++ b/pages/History.qml @@ -154,7 +154,7 @@ Rectangle { LineEdit { id: searchLine fontSize: 14 * scaleRatio - inputHeight: 28 * scaleRatio + inputHeight: 36 * scaleRatio borderDisabled: true Layout.fillWidth: true backgroundColor: "#404040"