Browse Source
Merge branch 'master' into fixes/10769-insert-index-0
pull/10788/head
Max Katz
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
3 additions and
3 deletions
-
src/Avalonia.Themes.Fluent/Controls/MenuItem.xaml
-
src/Avalonia.Themes.Simple/Controls/MenuItem.xaml
-
src/tools/Avalonia.Generators/Avalonia.Generators.csproj
|
|
|
@ -118,7 +118,7 @@ |
|
|
|
</Border> |
|
|
|
<Popup Name="PART_Popup" |
|
|
|
WindowManagerAddShadowHint="False" |
|
|
|
Placement="Right" |
|
|
|
Placement="RightEdgeAlignedTop" |
|
|
|
HorizontalOffset="{DynamicResource MenuFlyoutSubItemPopupHorizontalOffset}" |
|
|
|
IsLightDismissEnabled="False" |
|
|
|
IsOpen="{TemplateBinding IsSubMenuOpen, Mode=TwoWay}"> |
|
|
|
|
|
|
|
@ -65,7 +65,7 @@ |
|
|
|
IsLightDismissEnabled="False" |
|
|
|
IsOpen="{TemplateBinding IsSubMenuOpen, |
|
|
|
Mode=TwoWay}" |
|
|
|
Placement="Right"> |
|
|
|
Placement="RightEdgeAlignedTop"> |
|
|
|
<Border Background="{DynamicResource ThemeBackgroundBrush}" |
|
|
|
BorderBrush="{DynamicResource ThemeBorderMidBrush}" |
|
|
|
BorderThickness="{TemplateBinding BorderThickness}"> |
|
|
|
|
|
|
|
@ -9,7 +9,7 @@ |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.4.0" PrivateAssets="all" /> |
|
|
|
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.9.0" PrivateAssets="all" /> |
|
|
|
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4" PrivateAssets="all" /> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|