mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2024-12-31 18:24:27 -06: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:
parent
e890cd9dd8
commit
d98f6032c7
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user