mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
WizardAskPassword: fix lock icon
This commit is contained in:
parent
63d4ba6df8
commit
1c2920a339
1 changed files with 10 additions and 8 deletions
|
@ -180,14 +180,15 @@ ColumnLayout {
|
|||
color: "transparent"
|
||||
|
||||
MoneroComponents.Label {
|
||||
fontSize: 20
|
||||
fontSize: 18
|
||||
text: FontAwesome.lock
|
||||
opacity: 0.5
|
||||
fontFamily: FontAwesome.fontFamily
|
||||
fontFamily: FontAwesome.fontFamilySolid
|
||||
styleName: "Solid"
|
||||
anchors.right: parent.right
|
||||
anchors.rightMargin: 15
|
||||
anchors.rightMargin: 10
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
anchors.verticalCenterOffset: 3
|
||||
anchors.verticalCenterOffset: 1
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -237,14 +238,15 @@ ColumnLayout {
|
|||
color: "transparent"
|
||||
|
||||
MoneroComponents.Label {
|
||||
fontSize: 20
|
||||
fontSize: 18
|
||||
text: FontAwesome.lock
|
||||
opacity: 0.5
|
||||
fontFamily: FontAwesome.fontFamily
|
||||
fontFamily: FontAwesome.fontFamilySolid
|
||||
styleName: "Solid"
|
||||
anchors.right: parent.right
|
||||
anchors.rightMargin: 15
|
||||
anchors.rightMargin: 10
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
anchors.verticalCenterOffset: 3
|
||||
anchors.verticalCenterOffset: 1
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue