From 86feef6be8e7687d5ea443c3399c1370f0238f4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82?= <44851575+zneix@users.noreply.github.com> Date: Sun, 1 Nov 2020 14:11:45 +0100 Subject: [PATCH] Fixed settings dialog size (#2145) --- src/widgets/dialogs/SettingsDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/dialogs/SettingsDialog.cpp b/src/widgets/dialogs/SettingsDialog.cpp index b24290ba8..ccd5fbee8 100644 --- a/src/widgets/dialogs/SettingsDialog.cpp +++ b/src/widgets/dialogs/SettingsDialog.cpp @@ -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());