From 97e45f70267d961168b77b149022b94022e0e199 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Tue, 24 Apr 2018 19:05:53 +0300 Subject: Working on reporting... --- .../Tango.MachineStudio.MachineDesigner/Views/MainView.xaml.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/Views/MainView.xaml.cs') diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/Views/MainView.xaml.cs b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/Views/MainView.xaml.cs index 1aa1a1961..67d42a350 100644 --- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/Views/MainView.xaml.cs +++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/Views/MainView.xaml.cs @@ -30,9 +30,14 @@ namespace Tango.MachineStudio.MachineDesigner.Views private bool _highlightShown; private DoubleAnimation _highlightAnimation; + public ColumnDefinition PanelColumnDefinition { get; set; } + public MainView() { InitializeComponent(); + + PanelColumnDefinition = panelColumnDefinition; + DraggingSurface = dragSufrace; this.Loaded += (x, y) => { -- cgit v1.3.1