2.2.1
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user