diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-02-06 14:57:41 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-02-06 14:57:41 +0200 |
| commit | 307cbc71bc5e4c79f9309acec0ae0d8a173a735f (patch) | |
| tree | e193801c52d76e34fb5fbdef62946f8067f81069 /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/MainView.xaml.cs | |
| parent | b32341437ba3e66ca487b0685b352af59e4ad0f5 (diff) | |
| download | Tango-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.cs | 2 |
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; }; |
