parent
25980bf20e
commit
63d2dfdf9c
1 changed files with 3 additions and 0 deletions
|
@ -67,5 +67,8 @@ int main(int argc, char *argv[])
|
||||||
window->setObjectName("danbooruMainWindow");
|
window->setObjectName("danbooruMainWindow");
|
||||||
window->show();
|
window->show();
|
||||||
|
|
||||||
|
// Enable HighDPI support
|
||||||
|
app.setAttribute(Qt::AA_UseHighDpiPixmaps, true);
|
||||||
|
|
||||||
return app.exec();
|
return app.exec();
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue