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:
authorBertrand Le Roy <beleroy@microsoft.com>2018-06-27 04:41:01 +0300
committerBertrand Le Roy <beleroy@microsoft.com>2018-06-27 08:34:55 +0300
commitfd8f0908a98b4c32dd04347478b390e7c1180d1b (patch)
tree75c6f7542c19d45e667801a596a95c480bf39083 /Xamarin.PropertyEditing.Windows
parent6e3ca30c02be8fb8d42e8965b6531e8686baf1ef (diff)
Remove focusable attribute from more color popup controls
Diffstat (limited to 'Xamarin.PropertyEditing.Windows')
-rw-r--r--Xamarin.PropertyEditing.Windows/Themes/Resources.xaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Xamarin.PropertyEditing.Windows/Themes/Resources.xaml b/Xamarin.PropertyEditing.Windows/Themes/Resources.xaml
index 2fb4412..b73ec04 100644
--- a/Xamarin.PropertyEditing.Windows/Themes/Resources.xaml
+++ b/Xamarin.PropertyEditing.Windows/Themes/Resources.xaml
@@ -588,7 +588,7 @@
<Grid>
<Rectangle VerticalAlignment="Stretch" HorizontalAlignment="Stretch" Grid.Column="0" Grid.Row="0"
Fill="{DynamicResource MenuPopupBackgroundBrush}" Stroke="{DynamicResource MenuPopupBorderBrush}"/>
- <local:BrushTabbedEditorControl Grid.Column="0" Grid.Row="0"/>
+ <local:BrushTabbedEditorControl Grid.Column="0" Grid.Row="0" Focusable="False"/>
</Grid>
</Border>
</theme:SystemDropShadowChrome>
@@ -1278,7 +1278,7 @@
</local:ChoiceControl.ItemsPanel>
</local:ChoiceControl>
</Grid>
- <TextBlock Name="colorLabel" Text="{Binding ColorName}" FontWeight="Bold"/>
+ <TextBlock Name="colorLabel" Text="{Binding ColorName}" FontWeight="Bold" Focusable="False"/>
<Grid Margin="0,2,0,2">
<local:ChoiceControl x:Name="normalColorPicker" Background="Transparent"
Grid.Column="0" Grid.Row="0" Panel.ZIndex="0" BorderThickness="0"