Fixed settings dialog size (#2145)

This commit is contained in:
Paweł 2020-11-01 14:11:45 +01:00 committed by GitHub
parent a9590ae292
commit 86feef6be8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@ SettingsDialog::SettingsDialog(QWidget *parent)
parent)
{
this->setWindowTitle("Chatterino Settings");
this->resize(815, 600);
this->resize(915, 600);
this->themeChangedEvent();
this->scaleChangedEvent(this->scale());