Remove duplicate control from settings page
This commit is contained in:
parent
e57199412a
commit
5bfe0cd178
@ -511,7 +511,6 @@ UserSettingsPage::UserSettingsPage(QSharedPointer<UserSettings> settings, QWidge
|
|||||||
callsLabel->setFixedHeight(callsLabel->minimumHeight() + LayoutTopMargin);
|
callsLabel->setFixedHeight(callsLabel->minimumHeight() + LayoutTopMargin);
|
||||||
callsLabel->setAlignment(Qt::AlignBottom);
|
callsLabel->setAlignment(Qt::AlignBottom);
|
||||||
callsLabel->setFont(font);
|
callsLabel->setFont(font);
|
||||||
useStunServer_ = new Toggle{this};
|
|
||||||
|
|
||||||
auto encryptionLabel_ = new QLabel{tr("ENCRYPTION"), this};
|
auto encryptionLabel_ = new QLabel{tr("ENCRYPTION"), this};
|
||||||
encryptionLabel_->setFixedHeight(encryptionLabel_->minimumHeight() + LayoutTopMargin);
|
encryptionLabel_->setFixedHeight(encryptionLabel_->minimumHeight() + LayoutTopMargin);
|
||||||
|
Loading…
Reference in New Issue
Block a user