mirror of
https://github.com/holgerb83/ModernWpfPlayground.git
synced 2025-04-19 23:03:49 +02:00
Merge branch 'master' of https://git.boerchers.org/holger/ModernWpfPlayground
This commit is contained in:
commit
59d711da53
@ -5,8 +5,8 @@
|
|||||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||||
xmlns:local="clr-namespace:ModernWpfPlayground"
|
xmlns:local="clr-namespace:ModernWpfPlayground"
|
||||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||||
xmlns:ui="http://schemas.modernwpf.com/2019"
|
|
||||||
xmlns:propertyPresenter2="clr-namespace:ModernWpfPlayground.PropertyPresenter2"
|
xmlns:propertyPresenter2="clr-namespace:ModernWpfPlayground.PropertyPresenter2"
|
||||||
|
xmlns:ui="http://schemas.modernwpf.com/2019"
|
||||||
x:Name="Window"
|
x:Name="Window"
|
||||||
Title="TaBEA 3.0.0"
|
Title="TaBEA 3.0.0"
|
||||||
Width="1200"
|
Width="1200"
|
||||||
@ -91,7 +91,10 @@
|
|||||||
Header="Save"
|
Header="Save"
|
||||||
InputGestureText="Ctrl+S" />
|
InputGestureText="Ctrl+S" />
|
||||||
<Separator />
|
<Separator />
|
||||||
<MenuItem Command="{Binding CloseCommand}" Header="Close" />
|
<MenuItem
|
||||||
|
Command="{Binding CloseCommand}"
|
||||||
|
Header="Close"
|
||||||
|
InputGestureText="Alt+F4" />
|
||||||
</MenuItem>
|
</MenuItem>
|
||||||
<MenuItem Header="Edit">
|
<MenuItem Header="Edit">
|
||||||
<MenuItem Header="Copy" />
|
<MenuItem Header="Copy" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user