Skip to content
Snippets Groups Projects
Commit e9da3acd authored by Teo Mrnjavac's avatar Teo Mrnjavac
Browse files

Fix EncryptWidget height.

parent 04ab71ba
No related branches found
No related tags found
No related merge requests found
......@@ -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();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment