Skip to content

Commit

Permalink
Fix: Fixed localization issue in the Layout Picker (#14883)
Browse files Browse the repository at this point in the history
  • Loading branch information
0x5bfa committed Mar 5, 2024
1 parent 511daff commit 9610925
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Files.App/UserControls/InnerNavigationToolbar.xaml
Expand Up @@ -930,11 +930,12 @@
IsThumbToolTipEnabled="False" />-->
<StackPanel
x:Name="TilesViewSizeInfo"
HorizontalAlignment="Left"
Orientation="Horizontal"
Spacing="8"
Visibility="{x:Bind ViewModel.IsTilesLayout, Mode=OneWay}">
<FontIcon FontFamily="Segoe Fluent Icons" Glyph="&#xE946;" />
<TextBlock Text="{helpers:ResourceString Name=TilesViewSizeInfo}" />
<TextBlock MaxWidth="360" Text="{helpers:ResourceString Name=TilesViewSizeInfo}" />
</StackPanel>

<!-- Grid -->
Expand Down Expand Up @@ -1235,4 +1236,4 @@
</CommandBar>

</Grid>
</UserControl>
</UserControl>

0 comments on commit 9610925

Please sign in to comment.