diff options
| author | Roy <Roy.mail.net@gmail.com> | 2023-03-05 22:47:23 +0200 |
|---|---|---|
| committer | Roy <Roy.mail.net@gmail.com> | 2023-03-05 22:47:23 +0200 |
| commit | a47bbe8211c4b7a02c6974cba017d77ea31ffc37 (patch) | |
| tree | 59e94a7511053aaa0dc78978cb572f3a8fe3c57a /Software/Visual_Studio/PPC/Tango.PPC.UI/MainWindow.xaml.cs | |
| parent | c256fc124a867707c787074c9076227341766794 (diff) | |
| download | Tango-a47bbe8211c4b7a02c6974cba017d77ea31ffc37.tar.gz Tango-a47bbe8211c4b7a02c6974cba017d77ea31ffc37.zip | |
Dialog Adaptations.
Separate Job View.
Machine Status View Start.
EurekaTouchPanel.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/MainWindow.xaml.cs')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.UI/MainWindow.xaml.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/MainWindow.xaml.cs b/Software/Visual_Studio/PPC/Tango.PPC.UI/MainWindow.xaml.cs index 53d0d7e91..530a3c124 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.UI/MainWindow.xaml.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/MainWindow.xaml.cs @@ -76,6 +76,8 @@ namespace Tango.PPC.UI //Top = touch_screen.Bounds.Top; //Width = touch_screen.Bounds.Width; //Height = touch_screen.Bounds.Height; + + //App.Current.Resources["TangoPanelMaskColor"] = App.Current.Resources["TangoPanelMaskColorLight"]; } private void InitTS1800() |
