1
0

qml: trsutedcoin layout consistency

This commit is contained in:
Sander van Grieken
2023-03-17 11:51:10 +01:00
parent a571451179
commit 8528907a5b
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ WizardComponent {
width: parent.width
Label {
Layout.preferredWidth: parent.width
Layout.fillWidth: true
text: plugin ? plugin.disclaimer : ''
wrapMode: Text.Wrap
}

View File

@@ -87,8 +87,8 @@ WizardComponent {
}
Label {
Layout.fillWidth: true
visible: !otpVerified && plugin.remoteKeyState == 'wallet_known'
Layout.preferredWidth: parent.width
wrapMode: Text.Wrap
text: qsTr('Otherwise, you can request your OTP secret from the server, by pressing the button below')
}