Enable DPI Scaling

This commit is contained in:
Rasmus Karlsson 2017-06-17 11:33:14 +02:00
parent 8f4e20db8e
commit d2cbef9dff

View file

@ -50,6 +50,8 @@ int main(int argc, char *argv[])
{
QApplication a(argc, argv);
a.setAttribute(Qt::AA_EnableHighDpiScaling, true);
// Options
bool portable = false;