fix clipping of text in search box

pull/2/head
mmbyday 6 years ago
parent 45781ab4a1
commit 0a3c80688b

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