From 8fd08f7ac540e27b2a4aa8a3d7d899aff731d7fd Mon Sep 17 00:00:00 2001 From: AllanM84 <118641007+AllanM84@users.noreply.github.com> Date: Wed, 14 Aug 2024 04:50:10 +1000 Subject: [PATCH] Update inputXML.xaml (#2558) Change to line 654 from {SearchBarTextBoxFontSize} to 12. This now now allows the text to display correctly in the text box. Change to line 666 from 16 to 180 for the margin. This now allows text to be visible when searching, also positions the magnify glass to the right side of the text box. Change to line 678 from 193 to 205, which now places the clear button (X) on the outside of the text box for clearing the text in the textbox. --- xaml/inputXML.xaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/xaml/inputXML.xaml b/xaml/inputXML.xaml index 7441cc1f27..639c95fbe0 100644 --- a/xaml/inputXML.xaml +++ b/xaml/inputXML.xaml @@ -647,23 +647,25 @@ Consider using a Math Solver, will help in making development of these things much easier --> + + + Margin="180,0,0,0"> +