-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
[Settings v2] Restore screen position and size #3685
Comments
Can't we just launch it full screen? Normal settings app does this. |
People with 4K and widescreen monitors would not be very happy (including myself) ;)
Which settings app are you referring to? |
I don't think we need a discussion for the default, once we support retaining the last size and position. |
Initial Window Size is the first impression - but once the user resizes and moves the window, that should be what is respected. |
Oh yes.. that makes sense :)! I was referring to the W10 Settings app. I wonder if Windows / UWP windowing have different behaviors when an app gets launched on a 4k 27" display vs. 15" laptop. Launching it in the middle in a reasonable size sounds good 👍 |
In the past I have made something similar and I had trouble with the main window maximized on a secondary monitor. |
I'm still experiencing an issue on my Surface. It has a 200% scaling (because of the high resolution and relative small physical size) and the window doesn't open in the middle, the bottom is actually off-screen. I think I know where (in the code) the problem is. Should I mention that in this issue or open a new one? |
@Jay-o-Way |
@Jay-o-Way |
@enricogior any plan on fixing this soon? This issue's pretty annoying, anything stopping this from being fixed? |
@kethan1 We have hundreds of known issue, it would be great to be able to fix all of them in a few days/weeks but we are a small team with limited bandwidth. |
#10022 fixes the default location for the new Settings and also guarantees that the Settings (and OOBE) are always inside the screen work area. |
@jaimecbernardo based on @enricogior 's last comment, is this something we can likely knock out in v0.45? Or should we allot more time? |
This feels more like a nice to have, plus if done in a rush it can lead to new issues (improperly detecting that the position/size saved are no longer valid, for example). I think we still have higher priorities here, so we should push this back. |
Resolved with v0.49.0. Thanks @davidegiacometti! |
Settings v2 should follow the same logic used by the old Settings app.
Since it now has the about section, the default width should be large enough to show it on the right and not on the bottom (unless the screen is not large enough).
It should also retain size and position between runs (this is tracked by #3612)
The text was updated successfully, but these errors were encountered: