Skip to content

Commit 4a83638

Browse files
committed
Update Styles.Menu.xaml
1 parent 6f58c14 commit 4a83638

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/WPFDevelopers.Shared/Styles/Styles.Menu.xaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@
2121
<Setter Property="Template">
2222
<Setter.Value>
2323
<ControlTemplate TargetType="{x:Type Menu}">
24-
<Border Background="{TemplateBinding Background}" SnapsToDevicePixels="True">
24+
<Border
25+
Width="{TemplateBinding Width}"
26+
Height="{TemplateBinding Height}"
27+
Background="{TemplateBinding Background}"
28+
SnapsToDevicePixels="True">
2529
<ItemsPresenter SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
2630
</Border>
2731
</ControlTemplate>

0 commit comments

Comments
 (0)