diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-09-06 12:27:53 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-09-06 12:27:53 +0300 |
| commit | 00407d74fff2b4ca5357eeca7feffd3fda65aaf4 (patch) | |
| tree | 309c3ab067e94fd25371db4414fbcb67835f50c5 /Software/Visual_Studio/FSE/Modules | |
| parent | d503f7f5ebedf2d1ed1bb87adccceacad1d16280 (diff) | |
| download | Tango-00407d74fff2b4ca5357eeca7feffd3fda65aaf4.tar.gz Tango-00407d74fff2b4ca5357eeca7feffd3fda65aaf4.zip | |
Changed wording of FSE events history section to "Resolved".
Diffstat (limited to 'Software/Visual_Studio/FSE/Modules')
| -rw-r--r-- | Software/Visual_Studio/FSE/Modules/Tango.FSE.Insights/Themes/Generic.xaml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Software/Visual_Studio/FSE/Modules/Tango.FSE.Insights/Themes/Generic.xaml b/Software/Visual_Studio/FSE/Modules/Tango.FSE.Insights/Themes/Generic.xaml index 8b0d3fa48..3482bdc81 100644 --- a/Software/Visual_Studio/FSE/Modules/Tango.FSE.Insights/Themes/Generic.xaml +++ b/Software/Visual_Studio/FSE/Modules/Tango.FSE.Insights/Themes/Generic.xaml @@ -112,7 +112,6 @@ </Border> </DataTemplate> - <DataTemplate x:Key="InsightEventTemplate" DataType="{x:Type commonInsights:InsightsReadyEvent}"> <Border Tag="{Binding DataContext,RelativeSource={RelativeSource AncestorType=views:InsightsView}}" IsHitTestVisible="True" BorderThickness="1" CornerRadius="3" Padding="10 5" > <Border.Visibility> @@ -213,7 +212,7 @@ <Image.Style> <Style TargetType="Image"> <Setter Property="Source" Value="../Images/machine_off.png"></Setter> - <Setter Property="Opacity" Value="1"></Setter> + <Setter Property="Opacity" Value="0.9"></Setter> <Setter Property="ContextMenu"> <Setter.Value> <ContextMenu> @@ -476,7 +475,6 @@ </Border> </DataTemplate> - <DataTemplate x:Key="InsightUpdateTemplate" DataType="{x:Type commonInsights:InsightsReadyUpdate}"> <Border Visibility="{Binding RelativeSource={RelativeSource AncestorType=views:InsightsView},Path=DataContext.AnnotationsConfiguration.DisplayUpdates,Converter={StaticResource BooleanToVisibilityConverter}}" Tag="{Binding DataContext,RelativeSource={RelativeSource AncestorType=views:InsightsView}}"> <Border.ToolTip> |
