Added UseLayoutRounding to prevent text blurriness /w dropshadow

https://stackoverflow.com/questions/21538296/wpf-dropshadow-on-button-causes-blurry-text
This commit is contained in:
Justin Swanson 2019-11-01 19:46:26 -05:00
parent a01afa9847
commit 2e64526218

View File

@ -1,4 +1,4 @@
<UserControl
<UserControl
x:Class="Wabbajack.InstallationView"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
@ -67,7 +67,8 @@
Grid.Row="2"
Margin="5,0,5,5"
BorderBrush="#171717"
BorderThickness="1,0,1,1">
BorderThickness="1,0,1,1"
UseLayoutRounding="True">
<Grid ClipToBounds="True">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="5*" />