Skip to content

Commit 0d87c18

Browse files
committed
Fix visual glitch InfoBars in ItemsSource sample
1 parent 5a2ac23 commit 0d87c18

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

labs/SettingsControls/samples/SettingsControls.Samples/SettingsExpanderItemsSourceSample.xaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
</labs:SettingsExpander.ItemTemplate>
2727
<labs:SettingsExpander.ItemsHeader>
2828
<muxc:InfoBar Title="This is the ItemsHeader"
29-
CornerRadius="0,0,4,4"
29+
BorderThickness="0"
30+
CornerRadius="0"
3031
IsIconVisible="False"
3132
IsOpen="True"
3233
Severity="Success">
@@ -37,6 +38,7 @@
3738
</labs:SettingsExpander.ItemsHeader>
3839
<labs:SettingsExpander.ItemsFooter>
3940
<muxc:InfoBar Title="This is the ItemsFooter"
41+
BorderThickness="0"
4042
CornerRadius="0,0,4,4"
4143
IsIconVisible="False"
4244
IsOpen="True"

0 commit comments

Comments
 (0)