Fix EncryptWidget height.
This commit is contained in:
parent
04ab71bad9
commit
e9da3acd95
@ -38,6 +38,7 @@ EncryptWidget::EncryptWidget( QWidget* parent )
|
||||
connect( m_confirmLineEdit, &QLineEdit::textEdited,
|
||||
this, &EncryptWidget::onPassphraseEdited );
|
||||
|
||||
setFixedHeight( m_passphraseLineEdit->height() ); // Avoid jumping up and down
|
||||
updateState();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user