aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/MainView.xaml.cs
diff options
context:
space:
mode:
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;
};