Browse Source
Merge branch 'master' into fix-textbox-pointermove-crashes
pull/5115/head
Dariusz Komosiński
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
1 deletions
-
src/Avalonia.Themes.Fluent/Controls/ContextMenu.xaml
-
src/Avalonia.Themes.Fluent/Controls/MenuItem.xaml
|
|
|
@ -39,6 +39,7 @@ |
|
|
|
<Setter Property="HorizontalAlignment" Value="Stretch" /> |
|
|
|
<Setter Property="TextBlock.FontSize" Value="{DynamicResource ContentControlFontSize}" /> |
|
|
|
<Setter Property="TextBlock.FontWeight" Value="Normal" /> |
|
|
|
<Setter Property="WindowManagerAddShadowHint" Value="False" /> |
|
|
|
<Setter Property="Template"> |
|
|
|
<ControlTemplate> |
|
|
|
<Border Background="{TemplateBinding Background}" |
|
|
|
|
|
|
|
@ -110,7 +110,7 @@ |
|
|
|
</Grid> |
|
|
|
</Border> |
|
|
|
<Popup Name="PART_Popup" |
|
|
|
WindowManagerAddShadowHint="True" |
|
|
|
WindowManagerAddShadowHint="False" |
|
|
|
PlacementMode="Right" |
|
|
|
HorizontalOffset="{StaticResource MenuFlyoutSubItemPopupHorizontalOffset}" |
|
|
|
IsLightDismissEnabled="True" |
|
|
|
|