From d98f6032c7fdfe452f5da3a116b53f3e3ec48531 Mon Sep 17 00:00:00 2001 From: Rux Date: Thu, 18 Apr 2024 08:16:40 -0700 Subject: [PATCH] Update inputXML.xaml (#1845) - Added UseLayoutRounding="True" - This may help fix some cases where text may look blurry on screen for some people. --- xaml/inputXML.xaml | 1 + 1 file changed, 1 insertion(+) diff --git a/xaml/inputXML.xaml b/xaml/inputXML.xaml index 6d3b9405..9fee01b4 100644 --- a/xaml/inputXML.xaml +++ b/xaml/inputXML.xaml @@ -7,6 +7,7 @@ mc:Ignorable="d" Background="{MainBackgroundColor}" WindowStartupLocation="CenterScreen" + UseLayoutRounding="True" WindowStyle="None" Title="Chris Titus Tech's Windows Utility" Height="800" Width="1280">