mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-24 23:42:05 +08:00
better password character
This commit is contained in:
@@ -77,7 +77,7 @@ InputDialog::InputDialog(const QString &title, QWidget *parent, const QString &s
|
||||
)");
|
||||
|
||||
line = new QLineEdit();
|
||||
line->setStyleSheet("lineedit-password-mask-delay: 1500;");
|
||||
line->setStyleSheet("lineedit-password-character: 8226; lineedit-password-mask-delay: 1500;");
|
||||
textbox_layout->addWidget(line, 1);
|
||||
|
||||
if (secret) {
|
||||
|
||||
Reference in New Issue
Block a user