aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/MainView.xaml.cs
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-02-06 14:57:41 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-02-06 14:57:41 +0200
commit307cbc71bc5e4c79f9309acec0ae0d8a173a735f (patch)
treee193801c52d76e34fb5fbdef62946f8067f81069 /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/MainView.xaml.cs
parentb32341437ba3e66ca487b0685b352af59e4ad0f5 (diff)
downloadTango-307cbc71bc5e4c79f9309acec0ae0d8a173a735f.tar.gz
Tango-307cbc71bc5e4c79f9309acec0ae0d8a173a735f.zip
Added Data Recording Design.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/MainView.xaml.cs')
-rw-r--r--Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/MainView.xaml.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/MainView.xaml.cs b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/MainView.xaml.cs
index c8d37d9aa..1df4728d3 100644
--- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/MainView.xaml.cs
+++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/MainView.xaml.cs
@@ -57,12 +57,14 @@ namespace Tango.MachineStudio.Developer.Views
chkGraphs.Checked += (x, y) =>
{
graphRowDefinition.Height = new GridLength(440, GridUnitType.Pixel);
+ //listCameras.Width = 240;
//dockCameras.Width = 270;
//dockCameras.Height = 600;
};
chkGraphs.Unchecked += (x, y) =>
{
graphRowDefinition.Height = new GridLength(80, GridUnitType.Pixel);
+ //listCameras.Width = double.NaN;
//dockCameras.Width = 330;
//dockCameras.Height = 850;
};