From 307cbc71bc5e4c79f9309acec0ae0d8a173a735f Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Tue, 6 Feb 2018 14:57:41 +0200 Subject: Added Data Recording Design. --- .../Modules/Tango.MachineStudio.Developer/Views/MainView.xaml.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/MainView.xaml.cs') 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; }; -- cgit v1.3.1