Fix problem with HDPI screens

On high dpi screens the thml was shown way too small, this let's it
scale properly.
This commit is contained in:
Jeena 2021-05-24 22:10:23 +02:00
parent 4b804873a6
commit 3f492b6160

View file

@ -31,6 +31,7 @@
int main(int argc, char *argv[])
{
QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
QGuiApplication app(argc, argv);
app.setOrganizationName("Jeena");
app.setOrganizationDomain("jeena.net");