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 bda0057 commit b523601Copy full SHA for b523601
src/Files.App/UserControls/InnerNavigationToolbar.xaml
@@ -932,7 +932,8 @@
932
x:Name="TilesViewSizeInfo"
933
Orientation="Horizontal"
934
Spacing="8"
935
- Visibility="{x:Bind ViewModel.IsTilesLayout, Mode=OneWay}">
+ Visibility="{x:Bind ViewModel.IsTilesLayout, Mode=OneWay}"
936
+ MaxWidth="300">
937
<FontIcon FontFamily="Segoe Fluent Icons" Glyph="" />
938
<TextBlock Text="{helpers:ResourceString Name=TilesViewSizeInfo}" />
939
</StackPanel>
@@ -1235,4 +1236,4 @@
1235
1236
</CommandBar>
1237
1238
</Grid>
-</UserControl>
1239
+</UserControl>
0 commit comments