diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-01-17 14:29:30 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-01-17 14:29:30 +0200 |
| commit | 7ec8ef0db960af495ead5e63b10e6b85f2a08b56 (patch) | |
| tree | 3496ff5c80f3f53754b80239abc12e5cda4c4d49 /Software/Visual_Studio/Tango.Touch | |
| parent | 04567ae62958dc731d8eae71dc57d1316b4e8563 (diff) | |
| download | Tango-7ec8ef0db960af495ead5e63b10e6b85f2a08b56.tar.gz Tango-7ec8ef0db960af495ead5e63b10e6b85f2a08b56.zip | |
Fixed PPC build due to EF 6.2
Diffstat (limited to 'Software/Visual_Studio/Tango.Touch')
| -rw-r--r-- | Software/Visual_Studio/Tango.Touch/Styles/TouchToggleButton.xaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.Touch/Styles/TouchToggleButton.xaml b/Software/Visual_Studio/Tango.Touch/Styles/TouchToggleButton.xaml index 5b7b4a5c8..02450ee95 100644 --- a/Software/Visual_Studio/Tango.Touch/Styles/TouchToggleButton.xaml +++ b/Software/Visual_Studio/Tango.Touch/Styles/TouchToggleButton.xaml @@ -7,7 +7,7 @@ <Style x:Key="TangoTouchToggleButtonHamburger" TargetType="{x:Type controls:TouchToggleButton}"> <Setter Property="Foreground" Value="{Binding RelativeSource={RelativeSource AncestorType={x:Type FrameworkElement}}, Path=(TextElement.Foreground)}"/> <Setter Property="Background" Value="Transparent" /> - <Setter Property="FocusVisualStyle" Value="{StaticResource FocusVisual}"/> + <Setter Property="FocusVisualStyle" Value="{x:Null}"/> <Setter Property="BorderThickness" Value="1"/> <Setter Property="HorizontalContentAlignment" Value="Center"/> <Setter Property="VerticalContentAlignment" Value="Center"/> |
