qml: limit wallet name label widths so they get wrapped/elided. fixes #8317
This commit is contained in:
@@ -13,10 +13,14 @@ WizardComponent {
|
||||
}
|
||||
|
||||
ColumnLayout {
|
||||
width: parent.width
|
||||
|
||||
Label {
|
||||
Layout.fillWidth: true
|
||||
text: Daemon.singlePasswordEnabled
|
||||
? qsTr('Enter password')
|
||||
: qsTr('Enter password for %1').arg(wizard_data['wallet_name'])
|
||||
wrapMode: Text.Wrap
|
||||
}
|
||||
PasswordField {
|
||||
id: password1
|
||||
|
||||
Reference in New Issue
Block a user