Bug #1175
Bundled Quassel does not support HiDPI
Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
Quassel GUI (Qt)
Target version:
-
Start date:
06/29/2012
Due date:
% Done:
100%
Estimated time:
Version:
0.8-pre
OS:
Mac OS X
Description
The current Quassel Mac bundle does not look good when running on the new Macbook with Retina (HiDPI) display.
A simple solution was found here: http://www.mail-archive.com/development@qt-project.org/msg04396.html
Add the following to the Info.plist:
<key>NSPrincipalClass</key> <string>NSApplication</string>
Tested and confirmed working on OS X Lion 10.7.4 on 0.8.0-7-g13a63e4
Associated revisions
History
#1 Updated by Bruun over 12 years ago
- File no-retina.png no-retina.png added
- File retina.png retina.png added
Added screenshots of the current and fixed version for comparison.
#2 Updated by EgS over 12 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset 0af6db0626005107ab7944fa7d3ef63d48bba9f2.
Fixes #1175