1
mirror of https://github.com/monero-project/monero-gui synced 2025-01-05 19:56:26 +01:00

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"