-
Notifications
You must be signed in to change notification settings - Fork 3.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
The right-pointing mouse pointer is oversized in high DPI #5
Comments
I'm thinking it is caused by https://github.com/Microsoft/vscode/blob/master/src/vs/editor/browser/viewParts/lineNumbers/lineNumbers.css#L22 I wonder why we don't see this in vscode too. |
Wowzers 😅 |
I was going to try this on my high DPI Windows machine, but I don't even get a right-facing pointer in that scenario. (Using Chrome Version 53.0.2767.4 dev-m (64-bit)) |
On Safari (9.1) I get a proper sized pointer on a high dpi screen |
It shows big pointer even in normal dpi when zoom is applied. Tested on chrome. |
@alexandrudima I am still getting this when using a newer electron (with Chrome 51) in VS Code: |
Ok I think your fix solves this for the standalone editor by just changing the CSS rule to be workbench specific. I will create an issue in VS Code repository. |
(I have to take a photo because there is no software can take a correct snapshot)
The text was updated successfully, but these errors were encountered: