Skip to content

Commit d8c717c

Browse files
committed
CQ: Set static FlowDirection
1 parent dde4c74 commit d8c717c

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

src/Files.App/Styles/TabBarStyles.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@
168168
MaxWidth="{ThemeResource TabViewItemHeaderIconSize}"
169169
MaxHeight="{ThemeResource TabViewItemHeaderIconSize}"
170170
Margin="{ThemeResource TabViewItemHeaderIconMargin}"
171+
FlowDirection="LeftToRight"
171172
Visibility="Collapsed" />
172173

173174
<!--

src/Files.App/UserControls/AddressToolbar.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@
263263
</AnimatedIcon>
264264
</ToggleButton>
265265

266-
<StackPanel FlowDirection="{Binding Path=FlowDirection, ElementName=Root}" Orientation="Horizontal">
266+
<StackPanel FlowDirection="LeftToRight" Orientation="Horizontal">
267267
<Button
268268
x:Name="Back"
269269
AccessKey="B"

src/Files.App/Views/SplashScreenPage.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
x:Name="SplashScreenLoadingProgressRing"
4343
Margin="0,0,0,48"
4444
VerticalAlignment="Bottom"
45+
FlowDirection="LeftToRight"
4546
Foreground="{ThemeResource ApplicationForegroundThemeBrush}"
4647
IsIndeterminate="True" />
4748

0 commit comments

Comments
 (0)