-
Notifications
You must be signed in to change notification settings - Fork 8.4k
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
[1.17] Launch Params in SUI needs a little cleanup #14558
Comments
I think bug 1 may be a dupe of #13495 - the history size input does exactly the same thing. |
Yes it is
absolutely yes |
@zadjii-msft Hmm... Since #13495 is tracking upgrading to WinUI 2.8 (which would fix the bug, of course, but it's a lot of extra work). How do we feel about changing the |
I mean, would it? I'm honestly fine leaving that half of the bug as is (and waiting for eventually figuring out winui 2.8), it only happens with huge numbers anyways, yea? |
I did the thing: #14569 |
## Summary of the Pull Request Performs some cleanup in the Settings UI for the Launch Parameters settings: 1. Updates all `NumberBox` controls in the Settings UI to have a `Compact` `SpinButtonPlacementMode` instead of an inline one. This alleviates the XAML bug where the spin button would appear over the number box's input value. 2. Fixes an issue where a long X/Y value would resize the settings controls weirdly. This was fixed by introducing a `Grid` inside the main grid and applying a width to the number boxes. 3. Rename "Use system default" checkbox to be more clear. Propagate the new localized string into expander preview. Closes #14558
🎉This issue was addressed in #14569, which has now been successfully released as Handy links: |
Bug 1: Launch Params resizes as you type X/Y val
Duped to #13495
Then when you click off of it, it looks like the num box buttons appear over the text? Weird.
Bug 2: rework Launch Params preview
I still feel like "Default,Default" should be something like…
"Let system position window" or "system position" or whatever
Should "Use system default" be renamed to "Let system position window"
The text was updated successfully, but these errors were encountered: