WizardAskPassword: fix lock icon

This commit is contained in:
selsta 2019-12-04 22:24:08 +01:00
parent 63d4ba6df8
commit 1c2920a339
No known key found for this signature in database
GPG key ID: 2EA0A99A8B07AE5E

View file

@ -180,14 +180,15 @@ ColumnLayout {
color: "transparent" color: "transparent"
MoneroComponents.Label { MoneroComponents.Label {
fontSize: 20 fontSize: 18
text: FontAwesome.lock text: FontAwesome.lock
opacity: 0.5 opacity: 0.5
fontFamily: FontAwesome.fontFamily fontFamily: FontAwesome.fontFamilySolid
styleName: "Solid"
anchors.right: parent.right anchors.right: parent.right
anchors.rightMargin: 15 anchors.rightMargin: 10
anchors.verticalCenter: parent.verticalCenter anchors.verticalCenter: parent.verticalCenter
anchors.verticalCenterOffset: 3 anchors.verticalCenterOffset: 1
} }
} }
} }
@ -237,14 +238,15 @@ ColumnLayout {
color: "transparent" color: "transparent"
MoneroComponents.Label { MoneroComponents.Label {
fontSize: 20 fontSize: 18
text: FontAwesome.lock text: FontAwesome.lock
opacity: 0.5 opacity: 0.5
fontFamily: FontAwesome.fontFamily fontFamily: FontAwesome.fontFamilySolid
styleName: "Solid"
anchors.right: parent.right anchors.right: parent.right
anchors.rightMargin: 15 anchors.rightMargin: 10
anchors.verticalCenter: parent.verticalCenter anchors.verticalCenter: parent.verticalCenter
anchors.verticalCenterOffset: 3 anchors.verticalCenterOffset: 1
} }
} }
} }