Merge pull request #1764

0a3c806 fix clipping of text in search box (mmbyday)
This commit is contained in:
luigi1111 2018-12-03 01:07:28 -06:00
commit 9f6b4334a1
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

View file

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