mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-09 00:34:16 +02:00
Improving root password dialog
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user