TigerVNC/tigervnc

"High Resolution" mode on macOS

开放

#878 创建于 2019年10月10日

 (23 条评论) (8 个反应) (0 位负责人)C++ (1,178 个派生)github user discovery
enhancementhelp wanted

仓库指标

星标
 (7,407 个星标)
PR 合并指标
 (平均合并 95天 10小时) (30 天内合并 4 个 PR)

描述

Please change to True in the Mac info.plist:

	<key>NSHighResolutionCapable</key>
	<string>true</string>

so that it isn't forced to "Open in low resolution" and the interface looks much better on modern high DPI Macs.

UI scaling already seems to be correct at high dpi, so this should be the only change needed. Please see attached screenshots.


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

贡献者指南