qml: small fixes
This commit is contained in:
@@ -118,7 +118,7 @@ Pane {
|
||||
|
||||
FlatButton {
|
||||
Layout.fillWidth: true
|
||||
text: 'Create Wallet'
|
||||
text: qsTr('Create Wallet')
|
||||
icon.source: '../../icons/add.png'
|
||||
onClicked: rootItem.createWallet()
|
||||
}
|
||||
|
||||
@@ -39,7 +39,7 @@ TextHighlightPane {
|
||||
Image {
|
||||
Layout.preferredWidth: constants.iconSizeMedium
|
||||
Layout.preferredHeight: constants.iconSizeMedium
|
||||
visible: iconStyle != InfoTextArea.IconStyle.Spinner
|
||||
visible: iconStyle != InfoTextArea.IconStyle.Spinner && iconStyle != InfoTextArea.IconStyle.None
|
||||
source: iconStyle == InfoTextArea.IconStyle.Info
|
||||
? "../../../icons/info.png"
|
||||
: iconStyle == InfoTextArea.IconStyle.Warn
|
||||
|
||||
Reference in New Issue
Block a user