aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.UI/MainWindow.xaml
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-07-09 12:44:59 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-07-09 12:44:59 +0300
commitca96477441518c8300474a317e34cb5e7e1550fc (patch)
tree29c1aa30faab7fc4c74e57f519c93de83e70cf92 /Software/Visual_Studio/PPC/Tango.PPC.UI/MainWindow.xaml
parent36d1edb4f9cc4fbd9c134d3b387bcfec05424537 (diff)
downloadTango-ca96477441518c8300474a317e34cb5e7e1550fc.tar.gz
Tango-ca96477441518c8300474a317e34cb5e7e1550fc.zip
PPC Performance improvements.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/MainWindow.xaml')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.UI/MainWindow.xaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/MainWindow.xaml b/Software/Visual_Studio/PPC/Tango.PPC.UI/MainWindow.xaml
index 718eb5519..df98cc903 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.UI/MainWindow.xaml
+++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/MainWindow.xaml
@@ -10,7 +10,7 @@
FontFamily="{StaticResource TangoFlexoFontFamily}"
FontSize="{StaticResource TangoDefaultFontSize}"
Foreground="{StaticResource TangoDarkForegroundBrush}"
- FontWeight="Medium">
+ FontWeight="Medium" RenderOptions.BitmapScalingMode="LowQuality" SnapsToDevicePixels="True" UseLayoutRounding="True">
<Grid>
<views:MainView/>
</Grid>