fix: delete default height and width, fix RowDefinitions.

This commit is contained in:
Zhang Dian
2023-07-10 17:37:19 +08:00
parent e640089aab
commit 86b437b3b0
4 changed files with 6 additions and 4 deletions

View File

@@ -16,6 +16,7 @@
</Style>
</StackPanel.Styles>
<HeaderedContentControl
Width="400"
Height="400"
Margin="16"
VerticalAlignment="Top"
@@ -95,6 +96,7 @@
</Grid>
</HeaderedContentControl>
<HeaderedContentControl
Width="400"
Height="400"
Margin="16"
VerticalAlignment="Top"