diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2019-01-31 11:38:36 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2019-01-31 11:38:36 +0200 |
| commit | 59fee3a258ff15567d21021b661f27d0a6958f8c (patch) | |
| tree | 3ddce746890ac8a40f35463308e1c5a05fd3ec59 /Software/Visual_Studio/PPC/Tango.PPC.UI/MainWindow.xaml | |
| parent | c64b07d93d944a294df08cee553800a09757d6ec (diff) | |
| download | Tango-59fee3a258ff15567d21021b661f27d0a6958f8c.tar.gz Tango-59fee3a258ff15567d21021b661f27d0a6958f8c.zip | |
Some fixes.
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 df98cc903..5c358610f 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.UI/MainWindow.xaml +++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/MainWindow.xaml @@ -11,7 +11,7 @@ FontSize="{StaticResource TangoDefaultFontSize}" Foreground="{StaticResource TangoDarkForegroundBrush}" FontWeight="Medium" RenderOptions.BitmapScalingMode="LowQuality" SnapsToDevicePixels="True" UseLayoutRounding="True"> - <Grid> + <Grid x:Name="gridMain"> <views:MainView/> </Grid> </Window> |
