X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fqt%2Faskpassphrasedialog.cpp;h=31e4040d1d237dca49e3960759292332305039eb;hb=857aa73783a991e6d750c99988821585c1864e21;hp=f5161694605bb08c86b16b2a627413f96eed6fc5;hpb=5491c310a6c70220e32c123ba7b8ce3da3e26126;p=novacoin.git diff --git a/src/qt/askpassphrasedialog.cpp b/src/qt/askpassphrasedialog.cpp index f516169..31e4040 100644 --- a/src/qt/askpassphrasedialog.cpp +++ b/src/qt/askpassphrasedialog.cpp @@ -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()));