mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-21 08:14:00 +08:00
better password character
old-commit-hash: d0a650a8ba829cb923f761e02232199eeddaf74b
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