Skip to content

Commit eeadf1c

Browse files
committed
Fixed an issue where search glyph was not shown when window size is small enough
1 parent 560b728 commit eeadf1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.App/UserControls/NavigationToolbar.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@
325325
Style="{StaticResource AddressToolbarButtonStyle}"
326326
ToolTipService.ToolTip="{x:Bind Commands.Search.LabelWithHotKey, Mode=OneWay}"
327327
Visibility="Collapsed">
328-
<FontIcon FontSize="14" Glyph="{x:Bind ViewModel.SearchButtonGlyph, Mode=OneTime}" />
328+
<FontIcon FontSize="14" Glyph="{x:Bind ViewModel.SearchButtonGlyph, Mode=OneWay}" />
329329
</Button>
330330

331331
<!-- Shelf Pane -->

0 commit comments

Comments
 (0)