diff options
| author | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2023-04-18 14:47:53 +0300 |
|---|---|---|
| committer | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2023-04-18 14:47:53 +0300 |
| commit | 1c7f16c34f85dd65a02ad08dde984f04a4d82b83 (patch) | |
| tree | 74fb71b0959d1c7c1b9f09fdd636b3196b43aaf4 /Software/Visual_Studio/PPC/Tango.PPC.UI/MainWindow.xaml | |
| parent | 7c7d1078082c261c820297cb6e4e5cf301872e4f (diff) | |
| download | Tango-1c7f16c34f85dd65a02ad08dde984f04a4d82b83.tar.gz Tango-1c7f16c34f85dd65a02ad08dde984f04a4d82b83.zip | |
PPC Eureka. Power button, new dialog.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/MainWindow.xaml')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.UI/MainWindow.xaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/MainWindow.xaml b/Software/Visual_Studio/PPC/Tango.PPC.UI/MainWindow.xaml index be53c67fc..7a1d042a3 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 x:Name="gridMain"> + <Border x:Name="mainBorder"> - </Grid> + </Border> </Window> |
