mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-01-03 19:44:55 -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"
|
mc:Ignorable="d"
|
||||||
Background="{MainBackgroundColor}"
|
Background="{MainBackgroundColor}"
|
||||||
WindowStartupLocation="CenterScreen"
|
WindowStartupLocation="CenterScreen"
|
||||||
|
UseLayoutRounding="True"
|
||||||
WindowStyle="None"
|
WindowStyle="None"
|
||||||
Title="Chris Titus Tech's Windows Utility" Height="800" Width="1280">
|
Title="Chris Titus Tech's Windows Utility" Height="800" Width="1280">
|
||||||
<WindowChrome.WindowChrome>
|
<WindowChrome.WindowChrome>
|
||||||
|
Loading…
Reference in New Issue
Block a user