Skip to content

Commit 506d472

Browse files
committed
Fix font size
1 parent 0709daf commit 506d472

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Files.App/UserControls/SearchBox.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
<FontIcon
6666
x:Name="EmptyIconGlyph"
6767
x:Load="{x:Bind NeedsPlaceholderGlyph, Mode=OneWay}"
68+
FontSize="14"
6869
Glyph="{x:Bind IsRecentSearch, Mode=OneTime, Converter={StaticResource SearchSuggestionGlyphConverter}}" />
6970
</Grid>
7071
<TextBlock VerticalAlignment="Center" Text="{x:Bind Name}" />

0 commit comments

Comments
 (0)