aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Experiments/Tango.RemoteDesktop/WpfApp1/MainWindow.xaml
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Experiments/Tango.RemoteDesktop/WpfApp1/MainWindow.xaml')
-rw-r--r--Software/Experiments/Tango.RemoteDesktop/WpfApp1/MainWindow.xaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Experiments/Tango.RemoteDesktop/WpfApp1/MainWindow.xaml b/Software/Experiments/Tango.RemoteDesktop/WpfApp1/MainWindow.xaml
index 2a1c3a498..ab9249042 100644
--- a/Software/Experiments/Tango.RemoteDesktop/WpfApp1/MainWindow.xaml
+++ b/Software/Experiments/Tango.RemoteDesktop/WpfApp1/MainWindow.xaml
@@ -7,6 +7,6 @@
mc:Ignorable="d"
Title="MainWindow" Height="450" Width="800">
<Grid>
- <Image Stretch="Fill" x:Name="img" />
+ <Image Stretch="Fill" x:Name="img" RenderOptions.BitmapScalingMode="Fant" />
</Grid>
</Window>