-
-
Notifications
You must be signed in to change notification settings - Fork 330
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
Max Size is too inflexible on ultrawide monitors #579
Comments
Hey @Tomcc! Thanks for sharing this feedback! AltTab currently doesn't support your use-case. Thus I'm flagging this as an enhancement. I think you're right that the best way to support this layout is to split I'll also take the opportunity to:
Actually, I've done the work already. Here is a video showcase. Let me know what you think. It will ship in the next release |
Wow, I don't think anyone ever fixed a bug I reported with a video showcase, I don't even know what to say :) Thanks for fixing this so quickly! It looks like it does allow me to get the look I wanted, I'll try it when the new version is out. And thanks again for making Alt Tab, I was using Contexts but I had a few issues with it. This one is so much better! |
# [6.3.0](v6.2.0...v6.3.0) (2020-09-08) ### Bug Fixes * adobe audition windows were not showing up (closes [#581](#581)) ([6edced0](6edced0)) * crash from appcenter in rare scenario ([c49a2bc](c49a2bc)), closes [#1](#1) * load app badges asynchronously to avoid system lag (closes [#563](#563)) ([29eff03](29eff03)) * prevent rare crash seen in app center ([6ca58b1](6ca58b1)) ### Features * show minimized/hidden windows last in the list (closes [#289](#289)) ([4fea943](4fea943)) * split max screen size preference into width/height (closes [#579](#579)) ([6e2e5b4](6e2e5b4)) * update es, ja, ko, nl, pt, pt-br localizations ([af5ed9b](af5ed9b))
Describe the bug
First of all I'm really not sure if this is a bug or a feature request... but if you squint you could see it as an accessibility problem for widescreen users, so it may be a bug :)
When using an ultrawide monitor (eg. 5122x1440), there is no ideal setting for the window size.
The default 80% is e x t r e m e l y w i d e, and reducing it to a % where it would make sense causes the height to be too small and needlessly hide rows.
Screenshots / video
This is what 80% looks like:
Most of the space is wasted and it forces me to turn my head to look at the options all the way on the left.
And this is what the width I would like (15%) looks like:
Now the width is ok, but it's not high enough and it's hiding rows for no reason.
I think the issue here is that width and height should be decoupled... and personally I think that defining the width using a % doesn't work well if someone uses many different screens with their Mac, the panel's size will be all over the place.
For my use case where I want a column of options, setting a max size in pixels would be much nicer.
Steps to reproduce the bug
The text was updated successfully, but these errors were encountered: