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>2018-04-20 21:28:15 +0300
committerEric Maupin <ermaup@microsoft.com>2018-04-20 21:28:15 +0300
commit23d0377bf528a9996eb44009300a2d4233b73b72 (patch)
treefb197a29109765d9f894c8e8f7a1b2b579dacb6b /Xamarin.PropertyEditing.Windows
parenta7778dd8867600a095d07e2094586b9663c6ac99 (diff)
[Win] Search icons to dynamic
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 4093d39..37e2d0a 100644
--- a/Xamarin.PropertyEditing.Windows/Themes/Resources.xaml
+++ b/Xamarin.PropertyEditing.Windows/Themes/Resources.xaml
@@ -1836,11 +1836,11 @@
</Style>
<Style x:Key="SearchButton" TargetType="Button" BasedOn="{StaticResource SearchButtonBase}">
- <Setter Property="Content" Value="{StaticResource SearchLoopIcon}" />
+ <Setter Property="Content" Value="{DynamicResource SearchLoopIcon}" />
</Style>
<Style x:Key="ClearButton" TargetType="Button" BasedOn="{StaticResource SearchButtonBase}">
- <Setter Property="Content" Value="{StaticResource ClearSearchIcon}" />
+ <Setter Property="Content" Value="{DynamicResource ClearSearchIcon}" />
</Style>
<Style TargetType="local:TextBoxEx">