mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
2.2.1
This commit is contained in:
parent
930351779c
commit
63c167f1db
2 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
#include <QString>
|
#include <QString>
|
||||||
#include <QtGlobal>
|
#include <QtGlobal>
|
||||||
|
|
||||||
#define CHATTERINO_VERSION "2.2.0"
|
#define CHATTERINO_VERSION "2.2.1"
|
||||||
|
|
||||||
#if defined(Q_OS_WIN)
|
#if defined(Q_OS_WIN)
|
||||||
# define CHATTERINO_OS "win"
|
# define CHATTERINO_OS "win"
|
||||||
|
|
|
@ -40,6 +40,7 @@ UpdateDialog::UpdateDialog()
|
||||||
[this](auto status) { this->updateStatusChanged(status); });
|
[this](auto status) { this->updateStatusChanged(status); });
|
||||||
|
|
||||||
this->setScaleIndependantHeight(150);
|
this->setScaleIndependantHeight(150);
|
||||||
|
this->setScaleIndependantWidth(500);
|
||||||
}
|
}
|
||||||
|
|
||||||
void UpdateDialog::updateStatusChanged(Updates::Status status)
|
void UpdateDialog::updateStatusChanged(Updates::Status status)
|
||||||
|
|
Loading…
Reference in a new issue