mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-26 17:05:36 -04:00
Fix EncryptWidget height.
This commit is contained in:
parent
04ab71bad9
commit
e9da3acd95
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ EncryptWidget::EncryptWidget( QWidget* parent )
|
||||||
connect( m_confirmLineEdit, &QLineEdit::textEdited,
|
connect( m_confirmLineEdit, &QLineEdit::textEdited,
|
||||||
this, &EncryptWidget::onPassphraseEdited );
|
this, &EncryptWidget::onPassphraseEdited );
|
||||||
|
|
||||||
|
setFixedHeight( m_passphraseLineEdit->height() ); // Avoid jumping up and down
|
||||||
updateState();
|
updateState();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue