|
10 | 10 | <Grid>
|
11 | 11 |
|
12 | 12 | <ScrollViewer HorizontalAlignment="Stretch" VerticalAlignment="Stretch">
|
13 |
| - <StackPanel Orientation="Vertical" Spacing="14" Margin="12,12,8,8"> |
| 13 | + <StackPanel |
| 14 | + Margin="12,12,8,8" |
| 15 | + Orientation="Vertical" |
| 16 | + Spacing="14"> |
| 17 | + <StackPanel.ChildrenTransitions> |
| 18 | + <TransitionCollection> |
| 19 | + <RepositionThemeTransition /> |
| 20 | + <ReorderThemeTransition /> |
| 21 | + </TransitionCollection> |
| 22 | + </StackPanel.ChildrenTransitions> |
14 | 23 |
|
15 | 24 | <TextBlock FontSize="22" Text="Personalization" />
|
16 | 25 |
|
|
20 | 29 | <ColumnDefinition Width="*" MaxWidth="400" />
|
21 | 30 | <ColumnDefinition Width="200" />
|
22 | 31 | </Grid.ColumnDefinitions>
|
| 32 | + <Grid.ChildrenTransitions> |
| 33 | + <TransitionCollection> |
| 34 | + <RepositionThemeTransition /> |
| 35 | + </TransitionCollection> |
| 36 | + </Grid.ChildrenTransitions> |
23 | 37 |
|
24 | 38 | <TextBlock
|
25 | 39 | Grid.Column="0"
|
|
40 | 54 | <ColumnDefinition Width="*" MaxWidth="400" />
|
41 | 55 | <ColumnDefinition Width="200" />
|
42 | 56 | </Grid.ColumnDefinitions>
|
| 57 | + <Grid.ChildrenTransitions> |
| 58 | + <TransitionCollection> |
| 59 | + <RepositionThemeTransition /> |
| 60 | + </TransitionCollection> |
| 61 | + </Grid.ChildrenTransitions> |
43 | 62 |
|
44 | 63 | <TextBlock
|
45 | 64 | Grid.Column="0"
|
|
60 | 79 | <ColumnDefinition Width="*" MaxWidth="400" />
|
61 | 80 | <ColumnDefinition Width="200" />
|
62 | 81 | </Grid.ColumnDefinitions>
|
| 82 | + <Grid.ChildrenTransitions> |
| 83 | + <TransitionCollection> |
| 84 | + <RepositionThemeTransition /> |
| 85 | + </TransitionCollection> |
| 86 | + </Grid.ChildrenTransitions> |
63 | 87 |
|
64 | 88 | <TextBlock
|
65 | 89 | Grid.Column="0"
|
|
70 | 94 | <ToggleSwitch
|
71 | 95 | x:Name="AcrylicSidebarSwitch"
|
72 | 96 | Grid.Column="2"
|
| 97 | + Width="40" |
73 | 98 | HorizontalAlignment="Right"
|
74 | 99 | OffContent=""
|
75 |
| - OnContent="" |
76 |
| - Width="40"/> |
| 100 | + OnContent="" /> |
77 | 101 | </Grid>
|
78 | 102 |
|
79 | 103 | </StackPanel>
|
|
0 commit comments