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:
commit
9f6b4334a1
@ -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