mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Fixed settings dialog size (#2145)
This commit is contained in:
parent
a9590ae292
commit
86feef6be8
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
|
||||
|
|
Loading…
Reference in a new issue