Skip to content

Commit

Permalink
2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fourtf committed Aug 24, 2020
1 parent 9303517 commit 63c167f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/Version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <QString>
#include <QtGlobal>

#define CHATTERINO_VERSION "2.2.0"
#define CHATTERINO_VERSION "2.2.1"

#if defined(Q_OS_WIN)
# define CHATTERINO_OS "win"
Expand Down
1 change: 1 addition & 0 deletions src/widgets/dialogs/UpdateDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ UpdateDialog::UpdateDialog()
[this](auto status) { this->updateStatusChanged(status); });

this->setScaleIndependantHeight(150);
this->setScaleIndependantWidth(500);
}

void UpdateDialog::updateStatusChanged(Updates::Status status)
Expand Down

0 comments on commit 63c167f

Please sign in to comment.