Skip to content

Commit

Permalink
CQ: Set static FlowDirection
Browse files Browse the repository at this point in the history
  • Loading branch information
XTorLukas committed Nov 26, 2024
1 parent dde4c74 commit d8c717c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Files.App/Styles/TabBarStyles.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@
MaxWidth="{ThemeResource TabViewItemHeaderIconSize}"
MaxHeight="{ThemeResource TabViewItemHeaderIconSize}"
Margin="{ThemeResource TabViewItemHeaderIconMargin}"
FlowDirection="LeftToRight"
Visibility="Collapsed" />

<!--
Expand Down
2 changes: 1 addition & 1 deletion src/Files.App/UserControls/AddressToolbar.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@
</AnimatedIcon>
</ToggleButton>

<StackPanel FlowDirection="{Binding Path=FlowDirection, ElementName=Root}" Orientation="Horizontal">
<StackPanel FlowDirection="LeftToRight" Orientation="Horizontal">
<Button
x:Name="Back"
AccessKey="B"
Expand Down
1 change: 1 addition & 0 deletions src/Files.App/Views/SplashScreenPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
x:Name="SplashScreenLoadingProgressRing"
Margin="0,0,0,48"
VerticalAlignment="Bottom"
FlowDirection="LeftToRight"
Foreground="{ThemeResource ApplicationForegroundThemeBrush}"
IsIndeterminate="True" />

Expand Down

0 comments on commit d8c717c

Please sign in to comment.