diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2018-07-18 15:20:50 +0300 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2018-07-18 15:20:50 +0300 |
| commit | df566bfe8b0f5ab0978dc3fa600052cd300fc577 (patch) | |
| tree | 6aac6846478a47a2cbba9b902ee6d08f7b47c060 /Software/Visual_Studio/PPC/Tango.PPC.Common | |
| parent | 61ac1b7cca9d86c5eaaeb7c8d86aaaac65b17ce7 (diff) | |
| parent | 28bd12840b74ce42a9c63eb9f909b925d067d80d (diff) | |
| download | Tango-df566bfe8b0f5ab0978dc3fa600052cd300fc577.tar.gz Tango-df566bfe8b0f5ab0978dc3fa600052cd300fc577.zip | |
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.Common/Controls/TwineCatalogControl.xaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/Controls/TwineCatalogControl.xaml b/Software/Visual_Studio/PPC/Tango.PPC.Common/Controls/TwineCatalogControl.xaml index baf971430..c1a7b29a2 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/Controls/TwineCatalogControl.xaml +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/Controls/TwineCatalogControl.xaml @@ -35,11 +35,11 @@ <ScaleTransform ScaleX="1" ScaleY="1" /> </Setter.Value> </Setter> - <Setter Property="Effect"> + <!--<Setter Property="Effect"> <Setter.Value> <DropShadowEffect Color="{StaticResource TangoDarkForegroundColor}" ShadowDepth="0" BlurRadius="20" Opacity="0" /> </Setter.Value> - </Setter> + </Setter>--> <Style.Triggers> <DataTrigger Binding="{Binding RelativeSource={RelativeSource Self},Path=IsSelected}" Value="True"> <DataTrigger.EnterActions> @@ -47,7 +47,7 @@ <Storyboard> <DoubleAnimation Storyboard.TargetProperty="RenderTransform.ScaleX" To="1.5" Duration="00:00:0.2" /> <DoubleAnimation Storyboard.TargetProperty="RenderTransform.ScaleY" To="1.5" Duration="00:00:0.2" /> - <DoubleAnimation Storyboard.TargetProperty="Effect.Opacity" To="1" Duration="00:00:0.2" /> + <!--<DoubleAnimation Storyboard.TargetProperty="Effect.Opacity" To="1" Duration="00:00:0.2" />--> </Storyboard> </BeginStoryboard> </DataTrigger.EnterActions> @@ -56,7 +56,7 @@ <Storyboard> <DoubleAnimation Storyboard.TargetProperty="RenderTransform.ScaleX" To="1" Duration="00:00:0.2" /> <DoubleAnimation Storyboard.TargetProperty="RenderTransform.ScaleY" To="1" Duration="00:00:0.2" /> - <DoubleAnimation Storyboard.TargetProperty="Effect.Opacity" To="0" Duration="00:00:0.2" /> + <!--<DoubleAnimation Storyboard.TargetProperty="Effect.Opacity" To="0" Duration="00:00:0.2" />--> </Storyboard> </BeginStoryboard> </DataTrigger.ExitActions> |
