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>2019-01-16 20:12:13 +0300
committerEric Maupin <ermaup@microsoft.com>2019-01-16 20:12:13 +0300
commit86124fadb56b64f518a7aa2a7826ee37a0dcf5fe (patch)
tree12ff6619e2c7e7c70ebe937e6a9cbb9e2ff32cb7 /Xamarin.PropertyEditing.Windows
parentb681699b6e9fefb80c55388fcb25a571fecd6160 (diff)
[Win] Tooltip for advanced property expander
Diffstat (limited to 'Xamarin.PropertyEditing.Windows')
-rw-r--r--Xamarin.PropertyEditing.Windows/Themes/PropertyEditorPanelStyle.xaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Xamarin.PropertyEditing.Windows/Themes/PropertyEditorPanelStyle.xaml b/Xamarin.PropertyEditing.Windows/Themes/PropertyEditorPanelStyle.xaml
index b479b1d..4dbc8f4 100644
--- a/Xamarin.PropertyEditing.Windows/Themes/PropertyEditorPanelStyle.xaml
+++ b/Xamarin.PropertyEditing.Windows/Themes/PropertyEditorPanelStyle.xaml
@@ -79,6 +79,7 @@
<Setter Property="VerticalAlignment" Value="Stretch" />
<Setter Property="Background" Value="Transparent" />
<Setter Property="Foreground" Value="{DynamicResource ToggleItemForegroundBrush}" />
+ <Setter Property="ToolTip" Value="{x:Static prop:Resources.UncommonPropertiesTooltip}" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type ToggleButton}">