diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-08-15 11:23:13 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-08-15 11:23:13 +0300 |
| commit | bd012a8edd576026f8277ab0b462197482df9285 (patch) | |
| tree | 56e99cdbbf1eb86e37fcaee0484946f81c239b0e /Software/Visual_Studio/PPC/Modules/Tango.PPC.Synchronization/Views | |
| parent | 527b28b9484b499d1150f1dbd8d92b058246dc52 (diff) | |
| download | Tango-bd012a8edd576026f8277ab0b462197482df9285.tar.gz Tango-bd012a8edd576026f8277ab0b462197482df9285.zip | |
Modified PPC side menu design..
Diffstat (limited to 'Software/Visual_Studio/PPC/Modules/Tango.PPC.Synchronization/Views')
| -rw-r--r-- | Software/Visual_Studio/PPC/Modules/Tango.PPC.Synchronization/Views/MainView.xaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Synchronization/Views/MainView.xaml b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Synchronization/Views/MainView.xaml index 2bba2019d..e935b22ec 100644 --- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Synchronization/Views/MainView.xaml +++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Synchronization/Views/MainView.xaml @@ -9,6 +9,6 @@ mc:Ignorable="d" d:DesignHeight="1280" d:DesignWidth="800" d:DataContext="{d:DesignInstance Type=vm:MainViewVM, IsDesignTimeCreatable=False}" DataContext="{x:Static global:ViewModelLocator.MainViewVM}"> <Grid> - + <TextBlock HorizontalAlignment="Center" VerticalAlignment="Center" FontSize="{StaticResource TangoHeaderFontSize}">TEST MODULE</TextBlock> </Grid> </UserControl> |
