File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 31
31
<RepositionThemeTransition />
32
32
</TransitionCollection >
33
33
</StackPanel .ChildrenTransitions>
34
+
34
35
<Grid HorizontalAlignment =" Stretch" >
35
36
<Grid .ColumnDefinitions>
36
37
<ColumnDefinition Width =" 260" />
37
38
<ColumnDefinition Width =" *" MaxWidth =" 470" />
38
39
</Grid .ColumnDefinitions>
40
+ <Grid .ChildrenTransitions>
41
+ <TransitionCollection >
42
+ <RepositionThemeTransition />
43
+ </TransitionCollection >
44
+ </Grid .ChildrenTransitions>
39
45
40
46
<TextBlock
41
47
Grid.Column=" 0"
68
74
<RowDefinition Height =" 44" />
69
75
<RowDefinition Height =" 44" />
70
76
</Grid .RowDefinitions>
77
+ <Grid .ChildrenTransitions>
78
+ <TransitionCollection >
79
+ <RepositionThemeTransition />
80
+ </TransitionCollection >
81
+ </Grid .ChildrenTransitions>
71
82
72
83
<TextBlock
73
84
Grid.Row=" 0"
You can’t perform that action at this time.
0 commit comments