-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
增加HIDPI支持 #7
Comments
具体怎么操作呢 |
感谢你的方案 |
你的这个方法要多次启动微信,不如看看这个方法 我觉得修改deepin-wine的启动脚本更加好 |
嗯 |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
根据Winecfg的文档,可以通过设置Wine注册表中的LogPixels值来设定DPI值
粗略逻辑代码:
其中DPI值由Docker env传入,Wine中默认为96 (0x00000060)
The text was updated successfully, but these errors were encountered: