aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.UI/MainWindow.xaml.cs
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2018-06-15 15:22:11 +0300
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2018-06-15 15:22:11 +0300
commit84700eb44cffe4b503a9ad22b1dfa8c703f356d2 (patch)
tree53b152ffd2e2ac09d4e30e72c26cb9441049ce9b /Software/Visual_Studio/PPC/Tango.PPC.UI/MainWindow.xaml.cs
parent52da473c1a7bf1f3e1c3d7690f980d5afdc3f960 (diff)
downloadTango-84700eb44cffe4b503a9ad22b1dfa8c703f356d2.tar.gz
Tango-84700eb44cffe4b503a9ad22b1dfa8c703f356d2.zip
Improved LightTouchDataGrid Selection.
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.cs12
1 files changed, 6 insertions, 6 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 42ea21123..26fe06c5f 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.UI/MainWindow.xaml.cs
+++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/MainWindow.xaml.cs
@@ -29,12 +29,12 @@ namespace Tango.PPC.UI
InitializeComponent();
- WindowStartupLocation = WindowStartupLocation.Manual;
- var lastMonitor = Screen.AllScreens.LastOrDefault();
- Left = lastMonitor.Bounds.Left;
- Top = lastMonitor.Bounds.Top;
- Width = lastMonitor.Bounds.Width;
- Height = lastMonitor.Bounds.Height;
+ //WindowStartupLocation = WindowStartupLocation.Manual;
+ //var lastMonitor = Screen.AllScreens.LastOrDefault();
+ //Left = lastMonitor.Bounds.Left;
+ //Top = lastMonitor.Bounds.Top;
+ //Width = lastMonitor.Bounds.Width;
+ //Height = lastMonitor.Bounds.Height;
}
}
}