-
Notifications
You must be signed in to change notification settings - Fork 745
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
Dynamic sizing of thumbnails in alt+tab window selector #11682
base: master
Are you sure you want to change the base?
Dynamic sizing of thumbnails in alt+tab window selector #11682
Conversation
Added dynamic thumbnail sizing for thumbnail-only alt+tab window selector. Improved icon sizing for icon-only alt+tab window selector.
I think maybe the 256 is too much - this affects icon+thumbnail mode also, and in my 1080 monitor the previews drop to the bottom of my monitor. I don't mind increasing the icon size a bit but maybe 128 max or something. Any bigger and we would have to start taking the monitor's size into account, and adjusting dynamically based on that. (which may not be a bad idea, but it can be looked at later) |
What about 4K 27" at 150%? |
You're right about that. I made the icon size changes based on 1080p -to-4k screens only, and I did not alter the icon sizing function. On higher res screens the icons were too small in my opinion. I will submit a new commit soon with dynamically sized icons as well with better dimensions for lower res screens. Thank you for your feedback. |
Not too big in my opinion. Your opinion is different and that's fine. Like how it's my opinion that the default text is far too small. To me the larger text looks perfect. I've made changes to suite your personal preference better. I will add options to the window configuration app so that users may configure their own min and max font sizes. |
I don't understand. Window titles always use a regular font size except here. |
Added dynamic thumbnail sizing for thumbnail-only alt+tab window selector. Improved icon sizing for icon-only alt+tab window selector.