fix Checkbox null content behavior, and icon stretch in menu.

This commit is contained in:
rabbitism
2023-02-10 12:05:54 +08:00
parent 0797e2e5df
commit 7cababb140
3 changed files with 12 additions and 6 deletions

View File

@@ -89,6 +89,7 @@
<MenuItem Header="Menu Item with _Checkbox">
<MenuItem.Icon>
<CheckBox
Padding="0"
BorderThickness="0"
IsChecked="True"
IsHitTestVisible="False" />
@@ -115,6 +116,7 @@
<MenuItem Header="Menu Item with _Checkbox">
<MenuItem.Icon>
<CheckBox
Padding="0"
BorderThickness="0"
IsChecked="True"
IsHitTestVisible="False" />