Added HighDpiScaling support

This commit is contained in:
Valentino Orlandi 2022-11-13 01:42:34 +01:00
parent 03e4be9535
commit df72851b91
Signed by: elB4RTO
GPG Key ID: 1719E976DB2D4E71
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
int main(int argc, char *argv[])
{
QApplication::setAttribute( Qt::AA_EnableHighDpiScaling );
QApplication a(argc, argv);
MainWindow w;