mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-25 04:59:27 +00:00
SearchInput.qml
This commit is contained in:
parent
ec5c73e8aa
commit
d920b20168
1 changed files with 0 additions and 2 deletions
|
@ -100,7 +100,6 @@ Item {
|
||||||
font.family: "Arial"
|
font.family: "Arial"
|
||||||
font.pixelSize: 12
|
font.pixelSize: 12
|
||||||
font.bold: true
|
font.bold: true
|
||||||
font.letterSpacing: -1
|
|
||||||
color: "#4A4747"
|
color: "#4A4747"
|
||||||
text: "NAME"
|
text: "NAME"
|
||||||
}
|
}
|
||||||
|
@ -195,7 +194,6 @@ Item {
|
||||||
anchors.rightMargin: 12
|
anchors.rightMargin: 12
|
||||||
font.family: "Arial"
|
font.family: "Arial"
|
||||||
font.bold: true
|
font.bold: true
|
||||||
font.letterSpacing: -1
|
|
||||||
font.pixelSize: 12
|
font.pixelSize: 12
|
||||||
color: delegateArea.pressed || parent.isCurrent ? "#FFFFFF" : "#4A4646"
|
color: delegateArea.pressed || parent.isCurrent ? "#FFFFFF" : "#4A4646"
|
||||||
text: name
|
text: name
|
||||||
|
|
Loading…
Reference in a new issue