Skip to content

Commit

Permalink
fix(clipping): Tooltip were not properly supporting rounded corners a…
Browse files Browse the repository at this point in the history
…s UWP
  • Loading branch information
carldebilly committed Oct 29, 2020
1 parent 95c834b commit 40a5787
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Uno.UI/UI/Xaml/Controls/ToolTip/ToolTip.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
ContentTransitions="{TemplateBinding ContentTransitions}"
ContentTemplate="{TemplateBinding ContentTemplate}"
Padding="{TemplateBinding Padding}"
CornerRadius="{TemplateBinding CornerRadius}"
TextWrapping="Wrap">

<!--<VisualStateManager.VisualStateGroups>
Expand Down

0 comments on commit 40a5787

Please sign in to comment.