Merge pull request #1764

0a3c806 fix clipping of text in search box (mmbyday)
pull/2/head
luigi1111 6 years ago
commit 9f6b4334a1
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

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