aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/MainView.xaml
diff options
context:
space:
mode:
authorRoy <roy.mail.net@gmail.com>2018-02-18 09:23:15 +0200
committerRoy <roy.mail.net@gmail.com>2018-02-18 09:23:15 +0200
commit858a2b114f78c87883510e3627874c7632f81177 (patch)
tree3999c39b7ac85ec7b07cddd3b72e370e1b6e0487 /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/MainView.xaml
parente332170566c295fb4ff375498867f984f1570707 (diff)
downloadTango-858a2b114f78c87883510e3627874c7632f81177.tar.gz
Tango-858a2b114f78c87883510e3627874c7632f81177.zip
Developer redesign..
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/MainView.xaml')
-rw-r--r--Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/MainView.xaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/MainView.xaml b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/MainView.xaml
index 240e3127c..442385731 100644
--- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/MainView.xaml
+++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/MainView.xaml
@@ -583,7 +583,7 @@
<Setter Property="Height" Value="350"></Setter>
<Setter Property="LayoutTransform">
<Setter.Value>
- <ScaleTransform ScaleX="1" ScaleY="0"></ScaleTransform>
+ <ScaleTransform ScaleX="1" ScaleY="1"></ScaleTransform>
</Setter.Value>
</Setter>
<Style.Triggers>
@@ -2026,7 +2026,7 @@
<Setter Property="Width" Value="500"></Setter>
<Setter Property="LayoutTransform">
<Setter.Value>
- <ScaleTransform ScaleY="1" ScaleX="0"></ScaleTransform>
+ <ScaleTransform ScaleY="1" ScaleX="1"></ScaleTransform>
</Setter.Value>
</Setter>
<Style.Triggers>