Improving root password dialog

This commit is contained in:
Vinicius Moreira
2019-10-07 17:37:25 -03:00
parent ef9bb25b77
commit 02ef68ece7
5 changed files with 9 additions and 7 deletions

View File

@@ -20,7 +20,7 @@ def ask_root_password(locale_keys: dict):
diag.setTextEchoMode(QLineEdit.Password)
diag.setWindowIcon(QIcon(resource.get_path('img/lock.svg')))
diag.setWindowTitle(locale_keys['popup.root.title'])
diag.setLabelText(locale_keys['popup.root.password'] + ':')
diag.setLabelText('')
diag.setCancelButtonText(locale_keys['popup.button.cancel'])
diag.resize(400, 200)