Skip to content
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 issue with ContentDialog not respecting BorderThickness property set #2664

Merged

Conversation

marcelwgn
Copy link
Contributor

Description

When setting the BorderThickness property of a ContentDialog, it was not respected since we were not template binding to the BorderThickness of the ContentDialog.

Motivation and Context

Fixes #2525

How Has This Been Tested?

Tested manually:

image

Screenshots (if appropriate):

@msft-github-bot msft-github-bot added the needs-triage Issue needs to be triaged by the area owners label Jun 14, 2020
@StephenLPeters StephenLPeters added area-Dialogs team-Controls Issue for the Controls team and removed needs-triage Issue needs to be triaged by the area owners labels Jun 15, 2020
Copy link
Contributor

@StephenLPeters StephenLPeters left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@StephenLPeters
Copy link
Contributor

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@marcelwgn
Copy link
Contributor Author

There was a test failure related to the VisualTree verification, I've updated the visual tree verification files now.

@StephenLPeters
Copy link
Contributor

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@StephenLPeters StephenLPeters merged commit a0f4581 into microsoft:master Jun 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-Dialogs team-Controls Issue for the Controls team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ContentDialog does not respect BorderThickness
3 participants