mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-24 07:58:22 -04:00
[users] Use API to change weak-checkbox visibility
This commit is contained in:
parent
eb90757063
commit
21bcd560b1
1 changed files with 2 additions and 1 deletions
|
@ -102,7 +102,8 @@ UsersPage::UsersPage( QWidget* parent )
|
|||
setWriteRootPassword( true );
|
||||
ui->checkBoxReusePassword->setChecked( true );
|
||||
ui->checkBoxValidatePassword->setChecked( true );
|
||||
ui->checkBoxValidatePassword->setVisible( false );
|
||||
|
||||
setPasswordCheckboxVisible( false );
|
||||
|
||||
// Don't expand the explanations to "stupid wide", but keep them vaguely as-wide-as
|
||||
// the things they are explaining.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue