-
Notifications
You must be signed in to change notification settings - Fork 80
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
Enhance: Add spacing properties for DockPanel
#346
Enhance: Add spacing properties for DockPanel
#346
Conversation
Thanks @Poker-sang, great idea! Think the naming of these makes sense, aligns with our existing Not sure why the linux build is tripping up on the condensed syntax. Believe @Arlodotexe has updated and fixed the Uno-check conflict, but think that's in the #328 PR, so we may need to wait for that one to be merged (should be soon). |
Noting the error message in the WinUI2 CI build for 78f0dd7:
|
Thanks for the heads up, I hadn't noticed it. |
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.
Locally tested, looks good! Added the new properties to the sample as well 👍
Fixes
#293
PR Type
What kind of change does this PR introduce?
Enhance: Add spacing properties for
DockPanel
HorizontalSpacing
andVerticalSpacing
What is the current behavior?
No
HorizontalSpacing
andVerticalSpacing
propertyWhat is the new behavior?
Has
HorizontalSpacing
andVerticalSpacing
propertyPR Checklist
Please check if your PR fulfills the following requirements:
Other information