aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI
diff options
context:
space:
mode:
authorRoy <roy.mail.net@gmail.com>2017-12-17 00:43:24 +0200
committerRoy <roy.mail.net@gmail.com>2017-12-17 00:43:24 +0200
commit8c021f470bca9a938dbfcd425f7056c1ae71a305 (patch)
tree4e188d817a0aac4421260497109234751965cdfd /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI
parente95ade818a640ba17f7da58bc6df58442e591c8a (diff)
downloadTango-8c021f470bca9a938dbfcd425f7056c1ae71a305.tar.gz
Tango-8c021f470bca9a938dbfcd425f7056c1ae71a305.zip
Fixed issue on remote db with IDS_Pack FK.
Added: Cartridges, Cartridges Types, Dispensers, Dispensers Types, IDS Packs, Liquids, To DB Module. Added stripped out version of WPF Extended Tools Color Picker as Tango.ColorPicker. Implemented ColorHelper in Tango.Core with Integer to Color conversion for database storage of colors.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI')
-rw-r--r--Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Views/MainView.xaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Views/MainView.xaml b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Views/MainView.xaml
index 8a5a3b456..cb7378666 100644
--- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Views/MainView.xaml
+++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Views/MainView.xaml
@@ -213,7 +213,7 @@
<DataTrigger.ExitActions>
<BeginStoryboard>
<Storyboard>
- <DoubleAnimation Storyboard.TargetProperty="RenderTransform.ScaleY" To="0" BeginTime="00:00:01" Duration="00:00:0.5"></DoubleAnimation>
+ <DoubleAnimation BeginTime="00:00:01" Storyboard.TargetProperty="RenderTransform.ScaleY" To="0" From="1" Duration="00:00:0.5"></DoubleAnimation>
</Storyboard>
</BeginStoryboard>
</DataTrigger.ExitActions>