mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 12:09:57 +00:00
Update PrivacyLevelSmall.qml
This commit is contained in:
parent
e8875e0e1f
commit
44bcb3d06c
1 changed files with 3 additions and 3 deletions
|
@ -99,7 +99,7 @@ Item {
|
||||||
font.bold: true
|
font.bold: true
|
||||||
color: "#000000"
|
color: "#000000"
|
||||||
x: row.x + (row.positions[0] !== undefined ? row.positions[0].currentX - 3 : 0) - width
|
x: row.x + (row.positions[0] !== undefined ? row.positions[0].currentX - 3 : 0) - width
|
||||||
text: qsTr("Low") + translationManager.emptyString
|
text: qsTr("LOW") + translationManager.emptyString
|
||||||
}
|
}
|
||||||
|
|
||||||
Text {
|
Text {
|
||||||
|
@ -110,7 +110,7 @@ Item {
|
||||||
font.bold: true
|
font.bold: true
|
||||||
color: "#000000"
|
color: "#000000"
|
||||||
x: row.x + (row.positions[4] !== undefined ? row.positions[4].currentX - 3 : 0) - width
|
x: row.x + (row.positions[4] !== undefined ? row.positions[4].currentX - 3 : 0) - width
|
||||||
text: qsTr("Medium") + translationManager.emptyString
|
text: qsTr("MEDIUM") + translationManager.emptyString
|
||||||
}
|
}
|
||||||
|
|
||||||
Text {
|
Text {
|
||||||
|
@ -121,7 +121,7 @@ Item {
|
||||||
font.bold: true
|
font.bold: true
|
||||||
color: "#000000"
|
color: "#000000"
|
||||||
x: row.x + (row.positions[13] !== undefined ? row.positions[13].currentX - 3 : 0) - width
|
x: row.x + (row.positions[13] !== undefined ? row.positions[13].currentX - 3 : 0) - width
|
||||||
text: qsTr("High") + translationManager.emptyString
|
text: qsTr("HIGH") + translationManager.emptyString
|
||||||
}
|
}
|
||||||
|
|
||||||
MouseArea {
|
MouseArea {
|
||||||
|
|
Loading…
Reference in a new issue