Skip to content

Commit 5b786a0

Browse files
authored
Feature: Switched to RepositionThemeTransition (#12173)
1 parent bf2ee00 commit 5b786a0

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

src/Files.App/Views/Settings/AboutPage.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
Spacing="4">
2222
<StackPanel.ChildrenTransitions>
2323
<TransitionCollection>
24-
<EntranceThemeTransition />
24+
<RepositionThemeTransition />
2525
</TransitionCollection>
2626
</StackPanel.ChildrenTransitions>
2727

src/Files.App/Views/Settings/AdvancedPage.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
Spacing="4">
2727
<StackPanel.ChildrenTransitions>
2828
<TransitionCollection>
29-
<EntranceThemeTransition />
29+
<RepositionThemeTransition />
3030
</TransitionCollection>
3131
</StackPanel.ChildrenTransitions>
3232

src/Files.App/Views/Settings/AppearancePage.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
Spacing="4">
9292
<StackPanel.ChildrenTransitions>
9393
<TransitionCollection>
94-
<EntranceThemeTransition />
94+
<RepositionThemeTransition />
9595
</TransitionCollection>
9696
</StackPanel.ChildrenTransitions>
9797

src/Files.App/Views/Settings/FoldersPage.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
Spacing="4">
2525
<StackPanel.ChildrenTransitions>
2626
<TransitionCollection>
27-
<EntranceThemeTransition />
27+
<RepositionThemeTransition />
2828
</TransitionCollection>
2929
</StackPanel.ChildrenTransitions>
3030

src/Files.App/Views/Settings/GeneralPage.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
Spacing="4">
2828
<StackPanel.ChildrenTransitions>
2929
<TransitionCollection>
30-
<EntranceThemeTransition />
30+
<RepositionThemeTransition />
3131
</TransitionCollection>
3232
</StackPanel.ChildrenTransitions>
3333

src/Files.App/Views/Settings/TagsPage.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
Spacing="4">
3939
<StackPanel.ChildrenTransitions>
4040
<TransitionCollection>
41-
<EntranceThemeTransition />
41+
<RepositionThemeTransition />
4242
</TransitionCollection>
4343
</StackPanel.ChildrenTransitions>
4444

0 commit comments

Comments
 (0)