Enable wordwrap for long message in passphrase dialog

- Remove explicit resizing from constructor to prevent potential hang
This commit is contained in:
Wladimir J. van der Laan
2011-12-13 16:28:56 +01:00
parent 5491c310a6
commit 857aa73783
2 changed files with 5 additions and 16 deletions

View File

@@ -55,7 +55,6 @@ AskPassphraseDialog::AskPassphraseDialog(Mode mode, QWidget *parent) :
ui->warningLabel->setText(tr("Enter the old and new passphrase to the wallet."));
break;
}
resize(minimumSize()); // Get rid of extra space in dialog
textChanged();
connect(ui->passEdit1, SIGNAL(textChanged(QString)), this, SLOT(textChanged()));