mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2025-01-11 23:57:21 -08:00
ux: style of MenuItem
This commit is contained in:
parent
75e9f1e9a4
commit
e18d6d65e8
1 changed files with 1 additions and 6 deletions
|
@ -856,12 +856,7 @@
|
||||||
</Border.Effect>
|
</Border.Effect>
|
||||||
</Border>
|
</Border>
|
||||||
|
|
||||||
<Border BorderThickness="0"
|
<Border BorderThickness="0" Margin="8,4" MaxHeight="400">
|
||||||
Margin="8,4"
|
|
||||||
MaxWidth="{DynamicResource FlyoutThemeMaxWidth}"
|
|
||||||
MinHeight="{DynamicResource MenuFlyoutThemeMinHeight}"
|
|
||||||
HorizontalAlignment="Stretch"
|
|
||||||
CornerRadius="{DynamicResource OverlayCornerRadius}">
|
|
||||||
<ScrollViewer Theme="{StaticResource FluentMenuScrollViewer}">
|
<ScrollViewer Theme="{StaticResource FluentMenuScrollViewer}">
|
||||||
<ItemsPresenter Name="PART_ItemsPresenter"
|
<ItemsPresenter Name="PART_ItemsPresenter"
|
||||||
Margin="{DynamicResource MenuFlyoutScrollerMargin}"
|
Margin="{DynamicResource MenuFlyoutScrollerMargin}"
|
||||||
|
|
Loading…
Reference in a new issue