-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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][Fix][Image Resizer ] Unused text box when selecting custom percent in new settings #4344
Conversation
Is it possible to hide the second number input instead of the first? I think it is better to have the number near the value type. |
Sure let me do that.
|
Another Idea would be to make the first field bigger and center the number if percentage is choosen. |
If it's possible we should split the settings visually:
|
Let me play around with xaml and explore all the suggestions. I will post screenshots so we can evaluate and compare which one would optimize UX. |
@laviusmotileng-ms |
Let is discuss this in the main issue or #2813 and not in the PR. Otherwise the PR becomes to big and overloaded. |
Thats a good call out. issue #3015 is higher on the priority list. I wanted to focus on it on this PR. Issue #2813 focuses more on UX enhancements but does overlap with this to some extent. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@laviusmotileng-ms I'd personally would have set Visibility to Collapsed - we then only need 1 property (since it's hidden and thus not interactable). That would require replacing the StackPanel with a Grid with various Columns.
It's basically the same outcome, just a different approach so nothing blocking. Feel free to merge this in, looks good to me :)
@laviusmotileng-ms |
Collapsed doesn't work. It deletes the element from the UI including space it takes up causing the elements from the right to shift to the left. While changing the opacity and disabling it allows us to still keep that space. |
they're on the way. |
let us solve this issue separately. |
What do you mean with issue? |
Summary of the Pull Request
Question:
References
PR Checklist
Detailed Description of the Pull Request / Additional comments
Validation Steps Performed