-
-
Notifications
You must be signed in to change notification settings - Fork 343
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
Music / iTunes MiniPlayer icon is much too large in v7.4 #3869
Comments
Thank you for sharing this issue Could you please share the resolution of your screen? Also, the dimensions of the miniplayer window? Thank you 🙇 |
3440 x 1440 on this machine, which is a Mac Mini connected to an LG monitor, but the same issue occurs on all of my Retina MacBook Pros regardless of the DPI setting. |
Thank you @DisasterAreaDesigns 3440 x 1440 is the resolution of the screen on which you took the screenshot above? Could you please share the dimensions of the miniplayer window on the monitor as well? Thank you |
Thank you for the great screenshots! This makes me realize that we should probably not have thumbnails bigger than their actual windows. Note that it's a separate problem from the width being so wide. I've opened a ticket for that second topic: #3902 |
Hey, The default values for min/max thumbnail width used to be 15/30% for every version before v7. This leads me to think that you have customized it in the past, using the sliders available before v7. Could you please run this command in Terminal.app?
Thank you 🙇 |
Hi, I found time to work on this today. Here are some reference values:
Windows 11 has wide thumbnails as well. I suspect they have the same max value as us: 30% If the best UX people at Microsoft have picked 30% for their huge user base, it's probably good enough for us. I think we will stick to it. I think the main issue we see on your screenshot is the fact that a window thumbnail is bigger than the window itself. It creates a very weird, ugly, zoomed in thumbnails. I'll close this ticket, and we'll implement the fix for #3902. That should provide a good experience 👍 Thank you /cc @Allsochen |
@Allsochen sharing another interesting UX thing. I'm adding unit-test to your heuristics method to calculate min/max width for thumbnails. Here are the value the method generates for a variety of monitors:
Here are the unique values it outputs, with the input resolutions:
I wonder if this percentage approach still makes sense now that we have the Perhaps we should base |
Showing 30. To my knowledge I didn't change anything in the sliders, and the same thing happens on three different machines. I see this is closed, hoping you found the issue. |
Describe the bug
In v6 and below, the MiniPlayer was much smaller, but now it's gotten huge in the app switcher.
Screenshots / video
v6.73.0 behaviour:
v7.4.0 behaviour:
Steps to reproduce the bug
Use AltTab with Music / iTunes active and the Music set to Window... MiniPlayer
Your environment
The text was updated successfully, but these errors were encountered: