Merge pull request #2556

1c2920a WizardAskPassword: fix lock icon (selsta)
This commit is contained in:
luigi1111 2019-12-05 08:51:05 -06:00
commit dafc47050a
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

View file

@ -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
}
}
}