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

Fix EncryptWidget height.

parent 04ab71ba
Branches pyzabbix
No related tags found
No related merge requests found
...@@ -38,6 +38,7 @@ EncryptWidget::EncryptWidget( QWidget* parent ) ...@@ -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();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment