Accelerider.Windows icon indicating copy to clipboard operation
Accelerider.Windows copied to clipboard

Feature Request: HiDPI support

Open korepwx opened this issue 7 years ago • 1 comments

请求新功能?(new featrue)

  • HiDPI support.
  • The software is awful under HiDPI resolution, e.g., 4K screen.

korepwx avatar Mar 07 '17 12:03 korepwx

已知的bug,最初由 @SkiTiSu 同学发现。 ~~由于我的开发设备太low,所以我从来没有意识到这个问题。~~

出现此问题,表明你的系统很可能是win10。 @SkiTiSu 提供的解决方案如下:

  1. win10系统:注释掉 BaiduPanDownloadWpf/BaiduPanDownloadWpf/Properties/AssemblyInfo.cs 文件的第28行:

[assembly: DisableDpiAwareness]

2.win10以下的系统:保留此行。

所以这样很矛盾,由于界面是使用别人的框架,对开发由一定限制,加上我技术和时间有限,没能很好解决这一问题。如果你有兴趣,欢迎fork并贡献你的代码。

DingpingZhang avatar Mar 07 '17 16:03 DingpingZhang