diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-09-24 18:25:07 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-09-24 18:25:07 +0300 |
| commit | f3d5875915904417ac5dddc2e16add4d81b9e393 (patch) | |
| tree | 8c304ba14904f572f74b2b6d1c7e8a3d9d59fe93 /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/MainWindow.xaml.cs | |
| parent | cb769a96ca8841ced9cff6ed4a6c99939e139610 (diff) | |
| download | Tango-f3d5875915904417ac5dddc2e16add4d81b9e393.tar.gz Tango-f3d5875915904417ac5dddc2e16add4d81b9e393.zip | |
Added version to machine studio window title.
Fixed LAB support in PPC.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/MainWindow.xaml.cs')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/MainWindow.xaml.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/MainWindow.xaml.cs b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/MainWindow.xaml.cs index 4c5e2b9a6..d0eec65e2 100644 --- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/MainWindow.xaml.cs +++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/MainWindow.xaml.cs @@ -86,6 +86,8 @@ namespace Tango.MachineStudio.UI private void MainWindow_ContentRendered(object sender, EventArgs e) { WindowState = WindowState.Maximized; + + Title = "MACHINE STUDIO " + TangoIOC.Default.GetInstance<IStudioApplicationManager>().Version.ToString(3); } private void MainWindow_SizeChanged(object sender, SizeChangedEventArgs e) |
