Skip to content

Commit 0257560

Browse files
committed
Update SettingsExpander.xaml
1 parent c6c1837 commit 0257560

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/SettingsControls/src/SettingsExpander/SettingsExpander.xaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<Thickness x:Key="SettingsExpanderItemPadding">58,8,44,8</Thickness>
1717
<Thickness x:Key="SettingsExpanderItemBorderThickness">0,1,0,0</Thickness>
1818
<Thickness x:Key="ClickableSettingsExpanderItemPadding">58,8,16,8</Thickness>
19+
<x:Double x:Key="SettingsExpanderContentMinHeight">16</x:Double>
1920

2021
<Style x:Key="DefaultSettingsExpanderItemStyle"
2122
BasedOn="{StaticResource DefaultSettingsCardStyle}"
@@ -261,7 +262,7 @@
261262
<Border x:Name="ExpanderContentClip"
262263
Grid.Row="1">
263264
<Border x:Name="ExpanderContent"
264-
MinHeight="{TemplateBinding MinHeight}"
265+
MinHeight="{ThemeResource SettingsExpanderContentMinHeight}"
265266
Padding="{TemplateBinding Padding}"
266267
HorizontalAlignment="Stretch"
267268
VerticalAlignment="Stretch"

0 commit comments

Comments
 (0)