-
-
Notifications
You must be signed in to change notification settings - Fork 86
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
Too thin scrollbar in tile mode #323
Comments
It's a VSCode limitation, the editor scrollbars and the WebView scrollbars are implemented differently, which causes some inconsistencies, for example: And it seems that in newer VSCode versions there's an issue which causes them to be unstyled: Ideally, VSCode could have Meanwhile, I can add a specific handling for that in Windhawk. I'll consider it, but it won't be high priority. |
Unstyled? You mean, they are in Classic theme? That's good :-) Everything should be better styled as the system theme. And take dimensions from the Control Panel WindowMetrics registry key. If I want the scrollbars bigger, I can make them bigger in the Window Metrics section. That's why one has to write apps that follow the systemwide settings. So not to have hundreds of issues with particular scrollbars, fonts, etc. |
Maybe "less styled" is more precise, check out the linked issue for screenshots.
Feel free to suggest that to the VSCode guys as well :) |
I honestly do not understand, why this whole Electron thing became so popular for development. Recently I have installed the ChatGPT app, and it is also an Electron app, which means that
|
At least, it does not disappear when not hovered. I abolutely hate that scrollbar autohide. And the arrows are very useful. |
The scrollbar is too thin in the tile (mod store) mode. The user has to pixelhunt to catch it.
The preferences option regarding scrollbar thickness only affects the editor mode and not store mode.
The text was updated successfully, but these errors were encountered: