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 0709daf commit 506d472Copy full SHA for 506d472
src/Files.App/UserControls/SearchBox.xaml
@@ -65,6 +65,7 @@
65
<FontIcon
66
x:Name="EmptyIconGlyph"
67
x:Load="{x:Bind NeedsPlaceholderGlyph, Mode=OneWay}"
68
+ FontSize="14"
69
Glyph="{x:Bind IsRecentSearch, Mode=OneTime, Converter={StaticResource SearchSuggestionGlyphConverter}}" />
70
</Grid>
71
<TextBlock VerticalAlignment="Center" Text="{x:Bind Name}" />
0 commit comments