Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/Xamarin.PropertyEditing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Maupin <ermaup@microsoft.com>2020-01-25 01:22:35 +0300
committerGitHub <noreply@github.com>2020-01-25 01:22:35 +0300
commite48c9ba854a598477e87e4a90379da65e0f03a66 (patch)
treeb5dbb96730a934ae4426c55f8ecdfde8f8933a8e
parent51d031eb955fc6155e91d55e0acab7bb31ef6faa (diff)
parent730df221b64da129d10d9bebece138108b4bc406 (diff)
Merge pull request #697 from xamarin/add-color-tabs-focus-rect
[VS] Show focus via focus rect, not color, for choice buttons
-rw-r--r--Xamarin.PropertyEditing.Windows/Themes/Resources.xaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xamarin.PropertyEditing.Windows/Themes/Resources.xaml b/Xamarin.PropertyEditing.Windows/Themes/Resources.xaml
index 263066e..e50445c 100644
--- a/Xamarin.PropertyEditing.Windows/Themes/Resources.xaml
+++ b/Xamarin.PropertyEditing.Windows/Themes/Resources.xaml
@@ -202,7 +202,7 @@
<Setter Property="BorderThickness" Value="1" />
<Setter Property="Padding" Value="4,2,4,2" />
<Setter Property="Margin" Value="1,0,0,0" />
- <Setter Property="FocusVisualStyle" Value="{x:Null}" />
+ <Setter Property="FocusVisualStyle" Value="{DynamicResource GenericVisualFocusStyle}" />
<Setter Property="ToolTip" Value="{Binding Tooltip}" />
<Setter Property="AutomationProperties.Name" Value="{Binding Name}" />
<Setter Property="AutomationProperties.HelpText" Value="{Binding Tooltip}" />