Skip to content

Commit 04a1075

Browse files
Formatted XAML files
1 parent d526c3e commit 04a1075

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Files.App/UserControls/AddressToolbar.xaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -264,9 +264,9 @@
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"
@@ -696,14 +696,14 @@
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" />

0 commit comments

Comments
 (0)