fix high resolution display issues: enabled QT EnableHighDpiScaling

This commit is contained in:
LoudSnorer 2023-06-22 08:05:21 -04:00
parent dab3d76e3d
commit 229a5b2a71

View File

@ -7,6 +7,9 @@
* License. See the file COPYING in the main directory of the source code
* for more details. */
#define TEST_MACROS_ENABLEDoff
#include <test_macros.h>
#ifdef UNITTEST_MODE
#include "tests/AutoTest.h"
#endif
@ -289,6 +292,7 @@ int main(int argc, char *argv[]) {
QCoreApplication::setApplicationName(getAppName());
QCoreApplication::setOrganizationName(getDeveloperName());
QCoreApplication::setOrganizationDomain(getDeveloperDomain());
QGuiApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
QSettings settings;