servoshell
servoshell copied to clipboard
External monitors shrink view port
If you use servoshell on macOS and go out to an external monitor, the view gets shrunk to the lower left quadrant.
edit: this seems to only happen when using the full version. The minimal (glutin) version seems okay.
Different DPI?
Yup, looks like it is.
Hmm, we need to do something similar to: https://github.com/paulrouget/servoshell/blob/0587cc0e6bd955e5b11e485fd7a284527955f663/src/main.rs#L134
Not sure how to detect the display change yet.