File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/Files.App/UserControls Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 264264 </ToggleButton >
265265
266266 <StackPanel
267- Orientation=" Horizontal"
268267 x:Name=" NavigationButtons"
269- FlowDirection=" {Binding Path=FlowDirection, ElementName=Root}" >
268+ FlowDirection=" {Binding Path=FlowDirection, ElementName=Root}"
269+ Orientation=" Horizontal" >
270270 <Button
271271 x:Name=" Back"
272272 AccessKey=" B"
696696 <Setter Target =" StatusInfoBadge.Style" Value =" {StaticResource CriticalIconInfoBadgeStyle}" />
697697 </VisualState .Setters>
698698 </VisualState >
699- <!-- FlowDirection LeftToRight -->
699+ <!-- FlowDirection LeftToRight -->
700700 <VisualState x : Name =" LTR" >
701701 <VisualState .Setters>
702702 <Setter Target =" NavigationButtons.Children[0]" Value =" Back" />
703703 <Setter Target =" NavigationButtons.Children[1]" Value =" Forward" />
704704 </VisualState .Setters>
705705 </VisualState >
706- <!-- FlowDirection RightToLeft -->
706+ <!-- FlowDirection RightToLeft -->
707707 <VisualState x : Name =" RTL" >
708708 <VisualState .Setters>
709709 <Setter Target =" NavigationButtons.Children[0]" Value =" Forward" />
You can’t perform that action at this time.
0 commit comments