-
Notifications
You must be signed in to change notification settings - Fork 81
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
Fix: SettingsControls UI #247
Conversation
@dotnet-policy-service agree |
@niels9001 Since XamlStyer always style XAML every time I saved files with Ctrl+S, the diff includes formatting changes. Is it ok? |
Could you try and run Like:
|
@@ -93,7 +92,7 @@ | |||
IsClickEnabled="False" /> | |||
</muxc:Expander.Header> | |||
<muxc:Expander.Content> | |||
<Grid> | |||
<Grid CornerRadius="{TemplateBinding CornerRadius}"> |
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.
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.
@0x5bfa would it make sense to add a Converter
here that translates the CornerRadius
? E.g. a CornerRadius
of 24
would be converted to 24,0,0,24
?
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.
Yes definitely, I'd like to make it more generally so everyone can use everywhere. Thus, using ConverterParameter like 'ConverterParameter=1001' true and false combination - it means 24 0 0 24 according to the input.
I didn't think how troublesome styling from terminal. I'm sorry, I'm gonna close. I hope that someone quickly fix. |
Fixes
PR Type
What kind of change does this PR introduce?
What is the current behavior?
What is the new behavior?
PR Checklist
Please check if your PR fulfills the following requirements:
Other information