mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 00:07:51 +00:00
Merge pull request #1764
0a3c806
fix clipping of text in search box (mmbyday)
This commit is contained in:
commit
9f6b4334a1
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ Rectangle {
|
||||||
LineEdit {
|
LineEdit {
|
||||||
id: searchLine
|
id: searchLine
|
||||||
fontSize: 14 * scaleRatio
|
fontSize: 14 * scaleRatio
|
||||||
inputHeight: 28 * scaleRatio
|
inputHeight: 36 * scaleRatio
|
||||||
borderDisabled: true
|
borderDisabled: true
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
backgroundColor: "#404040"
|
backgroundColor: "#404040"
|
||||||
|
|
Loading…
Reference in a new issue