Skip to content

Commit

Permalink
fix: set initial size of widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerixyz committed Jan 5, 2025
1 parent f53d92c commit ada50dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/widgets/BaseWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ namespace chatterino {
BaseWidget::BaseWidget(QWidget *parent, Qt::WindowFlags f)
: QWidget(parent, f)
, theme(getApp()->getThemes())
, scale_(this->scale())
{
this->signalHolder_.managedConnect(this->theme->updated, [this]() {
this->themeChangedEvent();
Expand Down

0 comments on commit ada50dd

Please sign in to comment.