mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-27 17:15:49 +03:00
[GH-ISSUE #1391] Prefs panel cut off on 1280x832 display #1386
Labels
No labels
Discussion
Feature request
In Progress...
Plugins
Waiting response
Windows
Windows
bug
duplicate
enhancement
feature
good first issue
iOS
macOS 10.11
question
wontfix
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxyman#1386
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @edrozenberg on GitHub (Oct 13, 2022).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1391
Originally assigned to: @NghiaTranUIT on GitHub.
Description
MacBook Air M2 1280x832 (native resolution) - several tabs in prefs panel do not fit in this height.
Would be even worse on older M1 MacBooks (800 height).
Steps to Reproduce
Current Behavior
Several tabs of the pref panel do not fit in 800 / 832 pixel height
Expected Behavior
All tabs of the pref panel do should fit in 800 / 832 pixel height
Environment
@NghiaTranUIT commented on GitHub (Oct 13, 2022):
Thanks for the screenshot. I might reduce the padding to make it fit smaller screens 👍
@NghiaTranUIT commented on GitHub (Oct 15, 2022):
Hey @edrozenberg, It's fixed with this Beta build: https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_3.11.0_Fix_Preference_Windows_on_small_Macbook.dmg
Basically, it automatically detects if the Preference Windows is bigger than the visible frame (Screen height - Dock Height - system bar), the padding will become smaller to fit the screen 👍
@edrozenberg commented on GitHub (Oct 17, 2022):
@NghiaTranUIT thank you, this is fitting great with Dock hidden (I normally run this way).
With Dock visible, it cuts off a little, but all controls are accessible. No problem.
Thank you for the fast fix!
@floam commented on GitHub (Jan 2, 2023):
I'll point out, on my computer it goes RIGHT down to the Dock and is so flush that, being new to ProxyMan, I was sure part of the window was cut off, and I wasted some time trying to drag the window around higher off the top of the screen to see what was occluded below (doh, you can't do this on macOS), then switching into Expose mode a few times and back to get a look at it during the animation to try to see what options I was missing, before I realized I could drag the window to the left or right to the gap on the side of the Dock...
I think making sure there is a small but obvious margin would improve the UX here e.g.
@NghiaTranUIT commented on GitHub (Jan 3, 2023):
It seems you're using an old build (before the fix on 3.12.0) 🤔
In your screenshot, the margin between each UI is large. On 3.12.0, if the
visibleHeight(Height of the screen - height of the dock) < 820, It will become the compact mode (Small margin/padding).If you're using the latest build, and the bug still occurs, I guess it's time to redesign the Preference UI 👍
@floam commented on GitHub (Jan 3, 2023):
That's not the case.
@floam commented on GitHub (Jan 3, 2023):
I'd say my visibleHeight is well over 900, if you were being precise about those numbers.
@NghiaTranUIT commented on GitHub (Jan 3, 2023):
Thanks for the number @floam. Setting it to 1000px could fix it and other small screens.
@floam commented on GitHub (Jan 3, 2023):
(This is a 14" MacBook Pro from 2022, - the notch adds some screen height and brings things to about 16:10, even after the 74 px of taller menu bar - but not enough to make it actually fit well.)