diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2014-09-13 18:25:04 +0200 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2014-09-13 20:21:06 +0200 |
commit | 5fcd0d9c1e27878e1d31891eee669fe5ae55a8e6 (patch) | |
tree | 3dfa12dfc04c45e69831edd6cbd7e581163745a2 /sysui | |
parent | 46adbf9612e56179b783b48a293dc14850045aeb (diff) |
mac: enable-retina is now the default
Change-Id: I311d6b359007b1d5799673e3d7733bdf2177df88
Diffstat (limited to 'sysui')
-rwxr-xr-x | sysui/desktop/macosx/Info.plist.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysui/desktop/macosx/Info.plist.in b/sysui/desktop/macosx/Info.plist.in index 3dde39444504..892d0df8170d 100755 --- a/sysui/desktop/macosx/Info.plist.in +++ b/sysui/desktop/macosx/Info.plist.in @@ -1468,7 +1468,7 @@ <key>LSMinimumSystemVersion</key> <string>@MACOSX_DEPLOYMENT_TARGET@.0</string> <key>NSHighResolutionCapable</key> - <@MACOSX_HIGH_RESOLUTION_VALUE@/> + <true/> </dict> </plist> |