mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Qt: Fix HiDPI icon scaling
This commit is contained in:
parent
9fa1e8f45f
commit
1737e81b16
4 changed files with 91 additions and 35 deletions
|
@ -19,6 +19,9 @@
|
|||
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
|
||||
QCoreApplication::setAttribute(Qt::AA_UseHighDpiPixmaps);
|
||||
|
||||
QApplication app(argc, argv);
|
||||
|
||||
UICommon::SetUserDirectory("");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue