diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-02-07 19:50:40 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-02-07 19:50:40 +0200 |
| commit | 84a74bd9ea68a3f913e733a470ec64d1f8f50424 (patch) | |
| tree | d49e0c3d705f592cb81087f46aa0e4c8dffa2ed7 /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/MainView.xaml | |
| parent | b84ea5c89946d6e21ffa72f913cab3bec5f1d5c6 (diff) | |
| download | Tango-84a74bd9ea68a3f913e733a470ec64d1f8f50424.tar.gz Tango-84a74bd9ea68a3f913e733a470ec64d1f8f50424.zip | |
Started working on monitoring view..
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/MainView.xaml')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/MainView.xaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/MainView.xaml b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/MainView.xaml index cdfef3b0d..1ef6928f5 100644 --- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/MainView.xaml +++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/MainView.xaml @@ -1987,7 +1987,8 @@ </Style.Triggers> </Style> </Grid.Style> - <TextBlock HorizontalAlignment="Center" VerticalAlignment="Center" FontSize="40">MONITORING</TextBlock> + + <local:MonitoringView Margin="50 0 0 0" /> </Grid> </Grid> </Grid> |
