We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa8378c commit 47831cdCopy full SHA for 47831cd
MainDemo.Wpf/Expander.xaml
@@ -48,10 +48,10 @@
48
</Expander>
49
</StackPanel>
50
<materialDesign:Card Grid.Row="1" Background="{DynamicResource MaterialDesignBackground}"
51
- Margin="0 24 0 0">
+ Margin="4 24 0 0">
52
<StackPanel>
53
<Expander HorizontalAlignment="Stretch"
54
- Header="Expander Example 2a">
+ Header="Expander Example 2a">
55
<StackPanel Orientation="Vertical"
56
TextBlock.Foreground="{DynamicResource MaterialDesignBody}"
57
Margin="24,8,24,16">
0 commit comments