diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-07-09 12:44:59 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-07-09 12:44:59 +0300 |
| commit | ca96477441518c8300474a317e34cb5e7e1550fc (patch) | |
| tree | 29c1aa30faab7fc4c74e57f519c93de83e70cf92 /Software/Visual_Studio/PPC/Tango.PPC.UI/MainWindow.xaml | |
| parent | 36d1edb4f9cc4fbd9c134d3b387bcfec05424537 (diff) | |
| download | Tango-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.xaml | 2 |
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> |
