File tree Expand file tree Collapse file tree
src/Notepads/Controls/FindAndReplace Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ public void ShowReplaceBar(bool showReplaceBar)
117117 {
118118 ToggleReplaceModeButtonGrid . SetValue ( Grid . RowSpanProperty , 2 ) ;
119119 ToggleReplaceModeButton . VerticalAlignment = VerticalAlignment . Stretch ;
120- ToggleReplaceModeButton . Content = "\xE70D " ;
120+ ToggleReplaceModeButton . Content = "\uE70D " ;
121121 ReplaceBarPlaceHolder . Visibility = Visibility . Visible ;
122122 if ( ! string . IsNullOrEmpty ( FindBar . Text ) )
123123 {
@@ -129,7 +129,7 @@ public void ShowReplaceBar(bool showReplaceBar)
129129 {
130130 ToggleReplaceModeButtonGrid . SetValue ( Grid . RowSpanProperty , 1 ) ;
131131 ToggleReplaceModeButton . VerticalAlignment = VerticalAlignment . Top ;
132- ToggleReplaceModeButton . Content = "\xE76C " ;
132+ ToggleReplaceModeButton . Content = "\uE76C " ;
133133 ReplaceBarPlaceHolder . Visibility = Visibility . Collapsed ;
134134 ReplaceButton . IsEnabled = false ;
135135 ReplaceAllButton . IsEnabled = false ;
You can’t perform that action at this time.
0 commit comments