Skip to content

Commit 3d8621c

Browse files
committed
fixes
1 parent 00894be commit 3d8621c

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

App/Controls/ExpandContent.xaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,11 @@
99
xmlns:toolkit="using:CommunityToolkit.WinUI"
1010
mc:Ignorable="d">
1111

12-
<Grid>
13-
<Grid x:Name="CollapsiblePanel" Opacity="0" Visibility="Collapsed" MaxHeight="0" toolkit:UIElementExtensions.ClipToBounds="True">
12+
<Grid x:Name="CollapsiblePanel" Opacity="0" Visibility="Collapsed" MaxHeight="0" toolkit:UIElementExtensions.ClipToBounds="True">
1413

15-
<Grid.RenderTransform>
16-
<TranslateTransform x:Name="SlideTransform" Y="-16"/>
17-
</Grid.RenderTransform>
18-
</Grid>
14+
<Grid.RenderTransform>
15+
<TranslateTransform x:Name="SlideTransform" Y="-16"/>
16+
</Grid.RenderTransform>
1917

2018
<VisualStateManager.VisualStateGroups>
2119
<VisualStateGroup>

0 commit comments

Comments
 (0)