Open
Description
I cloned and compiled Bonzomatic on my Mac OS X 10.13.3 and I noticed two bug:
- GLFW seem to use the wrong DPI (the title bar is very blurry).
- The resolution is wrong. A small resolution will end up creating a much bigger window.
Here is a screenshot.
I selected a resolution of 1440x900 which is much smaller than my mac resolution (2 880x1 800, 220dpi) and the window is bigger than my screen.
It seem to be related with this GLFW issue.
I tried to manually add :
<key>NSHighResolutionCapable</key>
<true/>
to the Info.plist
of the App but the option "Open in low resolution" is still locked to true.