fix clipping of text in search box

This commit is contained in:
mmbyday 2018-11-28 16:41:34 -08:00
parent 45781ab4a1
commit 0a3c80688b

View file

@ -154,7 +154,7 @@ Rectangle {
LineEdit { LineEdit {
id: searchLine id: searchLine
fontSize: 14 * scaleRatio fontSize: 14 * scaleRatio
inputHeight: 28 * scaleRatio inputHeight: 36 * scaleRatio
borderDisabled: true borderDisabled: true
Layout.fillWidth: true Layout.fillWidth: true
backgroundColor: "#404040" backgroundColor: "#404040"