diff options
Diffstat (limited to 'wizard/WizardWalletInput.qml')
| -rw-r--r-- | wizard/WizardWalletInput.qml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/wizard/WizardWalletInput.qml b/wizard/WizardWalletInput.qml index 2c12d5c3..2054fe52 100644 --- a/wizard/WizardWalletInput.qml +++ b/wizard/WizardWalletInput.qml @@ -71,7 +71,7 @@ GridLayout { ColumnLayout { MoneroComponents.LineEdit { id: walletName - Layout.preferredWidth: grid.width/5 + Layout.fillWidth: true function verify(){ if (walletName.text === "") { @@ -113,7 +113,7 @@ GridLayout { } RowLayout { - Layout.preferredWidth: grid.width/5 + Layout.fillWidth: true MoneroComponents.TextPlain { visible: errorMessageWalletName.text != "" @@ -147,7 +147,7 @@ GridLayout { MoneroComponents.LineEdit { id: walletLocation - Layout.preferredWidth: grid.width/3 + Layout.fillWidth: true function verify() { if (walletLocation.text == "") { @@ -204,7 +204,7 @@ GridLayout { } RowLayout { - Layout.preferredWidth: grid.width/3 + Layout.fillWidth: true MoneroComponents.TextPlain { visible: errorMessageWalletLocation.text != "" |
