We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71ee585 commit 95cf835Copy full SHA for 95cf835
MaterialDesignThemes.Wpf/Themes/MaterialDesignTheme.PasswordBox.xaml
@@ -29,17 +29,17 @@
29
<Setter Property="ContextMenu">
30
<Setter.Value>
31
<ContextMenu>
32
- <MenuItem Command="Cut" Header="_Cut">
+ <MenuItem Command="Cut">
33
<MenuItem.Icon>
34
<wpf:PackIcon Kind="ContentCut" />
35
</MenuItem.Icon>
36
</MenuItem>
37
- <MenuItem Command="Copy" Header="_Copy">
+ <MenuItem Command="Copy">
38
39
<wpf:PackIcon Kind="ContentCopy" />
40
41
42
- <MenuItem Command="Paste" Header="_Paste">
+ <MenuItem Command="Paste">
43
44
<wpf:PackIcon Kind="ContentPaste" />
45
0 commit comments