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
+1 -1
View File
@@ -30,7 +30,7 @@ SettingsDialog::SettingsDialog(QWidget *parent)
parent) parent)
{ {
this->setWindowTitle("Chatterino Settings"); this->setWindowTitle("Chatterino Settings");
this->resize(815, 600); this->resize(915, 600);
this->themeChangedEvent(); this->themeChangedEvent();
this->scaleChangedEvent(this->scale()); this->scaleChangedEvent(this->scale());