mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-08 10:52:04 +02:00
fix clipping of text in search box
This commit is contained in:
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"
|
||||
|
Loading…
Reference in New Issue
Block a user