diff options
| author | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2023-03-12 09:57:22 +0200 |
|---|---|---|
| committer | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2023-03-12 09:57:22 +0200 |
| commit | bf40501d42c26b3e4357800f57d4c19c09ae3788 (patch) | |
| tree | 3f415b71c90158bd3e083b4e20c7f8fa5919b0dd /Software/Visual_Studio/PPC/Tango.PPC.Common/Resources | |
| parent | db70a09685898ab09e90106e2a37e818a54037bb (diff) | |
| download | Tango-bf40501d42c26b3e4357800f57d4c19c09ae3788.tar.gz Tango-bf40501d42c26b3e4357800f57d4c19c09ae3788.zip | |
VFT dialog Eureka. Added converter.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/Resources')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.Common/Resources/Merged.xaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/Resources/Merged.xaml b/Software/Visual_Studio/PPC/Tango.PPC.Common/Resources/Merged.xaml index 780941f66..6c8afc57a 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/Resources/Merged.xaml +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/Resources/Merged.xaml @@ -71,6 +71,7 @@ <converters:IsToStringEqualToVisibilityConverter x:Key="IsToStringEqualToVisibilityConverter" /> <localConverter:EventTypeDescriptionConverter x:Key="EventTypeDescriptionConverter" /> <localConverter:EventTypeTitleConverter x:Key="EventTypeTitleConverter" /> + <localConverter:IsEurekaToBooleanConverter x:Key="IsEurekaToBooleanConverter" /> <Style TargetType="FrameworkElement"> <Setter Property="TextElement.FontFamily" Value="{StaticResource TangoFlexoFontFamily}"></Setter> |
