Skip to content

Commit 326c747

Browse files
committed
remove dividers so people can see the default appearence
1 parent 988d344 commit 326c747

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

MainDemo.Wpf/Expander.xaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
TextWrapping="Wrap"/>
2727
</StackPanel>
2828
</Expander>
29-
<Border Background="{DynamicResource MaterialDesignDivider}" Height="1" HorizontalAlignment="Stretch" SnapsToDevicePixels="True" />
3029
<Expander HorizontalAlignment="Stretch"
3130
Header="Expander Example 1b">
3231
<StackPanel Orientation="Vertical"
@@ -37,7 +36,6 @@
3736
TextWrapping="Wrap"/>
3837
</StackPanel>
3938
</Expander>
40-
<Border Background="{DynamicResource MaterialDesignDivider}" Height="1" HorizontalAlignment="Stretch" SnapsToDevicePixels="True" />
4139
<Expander HorizontalAlignment="Stretch"
4240
Header="Expander Example 1c">
4341
<StackPanel Orientation="Vertical"

0 commit comments

Comments
 (0)