1
0
mirror of https://github.com/chylex/Backup-Essentials.git synced 2025-06-01 12:34:07 +02:00

Removed aliased edge mode in Settings screen

This commit is contained in:
chylex 2015-04-18 17:50:37 +02:00
parent 375896fc29
commit 1e2e90243a

View File

@ -55,7 +55,7 @@
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="GroupBox">
<Grid SnapsToDevicePixels="True" RenderOptions.EdgeMode="Aliased">
<Grid SnapsToDevicePixels="True">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="6"/>
<ColumnDefinition Width="Auto"/>