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 af577b9 commit aa1fcf8Copy full SHA for aa1fcf8
1 file changed
src/Notepads/Controls/GoTo/GoToControl.xaml
@@ -53,12 +53,12 @@
53
Height="32"
54
Padding="0"
55
VerticalAlignment="Top"
56
- Content=""
57
- FontSize="16"
58
Visibility="Collapsed"
59
d:Visibility="Visible"
60
Click="SearchButton_OnClick"
61
- IsTabStop="False" />
+ IsTabStop="False">
+ <FontIcon FontSize="16" Glyph="" />
+ </Button>
62
63
<Button x:Name="DismissButton"
64
x:Uid="FindAndReplace_DismissButton"
@@ -68,9 +68,9 @@
68
69
70
71
- Content=""
72
73
Click="DismissButton_OnClick"
74
+ <FontIcon FontSize="16" Glyph="" />
75
</Grid>
76
</UserControl>
0 commit comments