diff options
Diffstat (limited to 'src/ui/UserInterfaceUtils.cpp')
-rw-r--r-- | src/ui/UserInterfaceUtils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/UserInterfaceUtils.cpp b/src/ui/UserInterfaceUtils.cpp index 72ebe6f6..7ab5469a 100644 --- a/src/ui/UserInterfaceUtils.cpp +++ b/src/ui/UserInterfaceUtils.cpp @@ -428,7 +428,7 @@ void CommonUtils::slot_popup_passphrase_input_dialog() { dialog->setInputMode(QInputDialog::TextInput); dialog->setTextEchoMode(QLineEdit::Password); dialog->setLabelText("Please Input The Password"); - dialog->resize(600, 80); + dialog->resize(500, 80); dialog->exec(); QString password = dialog->textValue(); |