-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Add Retina Display Support to DartEditor #4600
Comments
Hey Tilman, from doing some searching it seems like this is a fairly harmless setting and probably the right thing to do. We don't have any retina display macs to test on however; would you mind attaching a before and an after screenshot? This would give us a little more confidence in the change. Thanks! Added this to the Later milestone. |
This comment was originally written by [email protected] Without workaround: Attachment: |
This comment was originally written by [email protected] With workaround: Attachment: |
Removed Type-Defect label. |
We landed this change yesterday - it you download a new editor from the continuous build (https://gsdview.appspot.com/dart-editor-archive-continuous/latest/) you should get this fix. Added Fixed label. |
Issue #4665 has been merged into this issue. |
This issue was originally filed by [email protected]
This one is low priority but it would be nice to have retina display support in the editor.
I found a workaround for it:
Add "<key>NSHighResolutionCapable</key><true/>"
To DartEditor -> Show Package Contents -> Contents -> Info.plist -> before </dict></plist>
Maybe it's possible to set these settings by default.
Thanks,
Tilman
The text was updated successfully, but these errors were encountered: