Skip to content

Commit aa1fcf8

Browse files
committed
fix goto buttons missing icon
1 parent af577b9 commit aa1fcf8

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/Notepads/Controls/GoTo/GoToControl.xaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@
5353
Height="32"
5454
Padding="0"
5555
VerticalAlignment="Top"
56-
Content=""
57-
FontSize="16"
5856
Visibility="Collapsed"
5957
d:Visibility="Visible"
6058
Click="SearchButton_OnClick"
61-
IsTabStop="False" />
59+
IsTabStop="False">
60+
<FontIcon FontSize="16" Glyph="&#xEBE7;" />
61+
</Button>
6262

6363
<Button x:Name="DismissButton"
6464
x:Uid="FindAndReplace_DismissButton"
@@ -68,9 +68,9 @@
6868
Height="32"
6969
Padding="0"
7070
VerticalAlignment="Top"
71-
Content="&#xE894;"
72-
FontSize="16"
7371
Click="DismissButton_OnClick"
74-
IsTabStop="False" />
72+
IsTabStop="False">
73+
<FontIcon FontSize="16" Glyph="&#xE894;" />
74+
</Button>
7575
</Grid>
7676
</UserControl>

0 commit comments

Comments
 (0)