mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 12:09:57 +00:00
fix clipping of text in search box
This commit is contained in:
parent
45781ab4a1
commit
0a3c80688b
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ Rectangle {
|
|||
LineEdit {
|
||||
id: searchLine
|
||||
fontSize: 14 * scaleRatio
|
||||
inputHeight: 28 * scaleRatio
|
||||
inputHeight: 36 * scaleRatio
|
||||
borderDisabled: true
|
||||
Layout.fillWidth: true
|
||||
backgroundColor: "#404040"
|
||||
|
|
Loading…
Reference in a new issue