-
-
Notifications
You must be signed in to change notification settings - Fork 46
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
[BUG] "Pixel maximum menu width" not working as expected #319
Comments
Ah yes, thank you for your screenshots they are really helpful. Turns out it is only an issue at high resolutions. I tried it at 1080p and everything works perfectly and the window shrinks very narrow to fit short filenames like in your images and expands hugely to fit long filenames. At 4k (at 300% scaling) for some reason Windows stops the window from shrinking below about 800px Making the maximum width go above 1000 which is only 1/4 of the screen would show that it is working. 4k @ 300% display scaling 100px maximum width: 4k @ 300% display scaling 1000px maximum width: 4k @ 350% display scaling 100px maximum width: 4k @ 350% display scaling 1000px maximum width: |
@chip33 do you want to test it and check if it works now as expected? |
Thank you very much for looking at this. The major issue has been fixed but it would be nice if the window would shrink to fit the filenames in 4K as well. This is the minimum width it will shrink to at 4K 350% scaling: |
Maybe windows is multiplying the minimum width by 350% and that is why? |
@chip33 We made 2 mistakes at the redesign 1.2. Now we also tested correct, was a bit tricky with normal screens to test 350%. : ) |
@chip33 |
Description, Steps to reproduce, Expected behavior, Screenshots
I was hoping to put in a feature request to enable a "Pixel minimum menu width"
where you could set a minimum width and the window width would shrink to that size but expand if longer filenames were found in the directory.
This would be similar to how the Quick Launch menu works now expanding in width (to a set maximum) as the filename grows longer.
"Pixel maximum menu height" works as expected but changing "Pixel maximum menu width" between its limits of 50 to 1000 pixels has no visible effect on the STM window width which always looks like this.
Is this a bug in "Pixel maximum menu width" ?
If you feel that adding a "Pixel miniimum menu width" is a good feature I could convert this to a request later.
Thank you for all your work on this project!
The text was updated successfully, but these errors were encountered: