We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 511daff commit 9610925Copy full SHA for 9610925
src/Files.App/UserControls/InnerNavigationToolbar.xaml
@@ -930,11 +930,12 @@
930
IsThumbToolTipEnabled="False" />-->
931
<StackPanel
932
x:Name="TilesViewSizeInfo"
933
+ HorizontalAlignment="Left"
934
Orientation="Horizontal"
935
Spacing="8"
936
Visibility="{x:Bind ViewModel.IsTilesLayout, Mode=OneWay}">
937
<FontIcon FontFamily="Segoe Fluent Icons" Glyph="" />
- <TextBlock Text="{helpers:ResourceString Name=TilesViewSizeInfo}" />
938
+ <TextBlock MaxWidth="360" Text="{helpers:ResourceString Name=TilesViewSizeInfo}" />
939
</StackPanel>
940
941
<!-- Grid -->
@@ -1235,4 +1236,4 @@
1235
1236
</CommandBar>
1237
1238
</Grid>
-</UserControl>
1239
+</UserControl>
0 commit comments