mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-07-01 02:22:34 -05:00
Update inputXML.xaml (#1845)
- Added UseLayoutRounding="True" - This may help fix some cases where text may look blurry on screen for some people.
This commit is contained in:
@ -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">
|
||||
<WindowChrome.WindowChrome>
|
||||
|
Reference in New Issue
Block a user