mirror of
https://github.com/holgerb83/ModernWpfPlayground.git
synced 2025-04-19 23:03:49 +02:00
removed dead buttons
This commit is contained in:
parent
538789078a
commit
02e3af3dcb
@ -69,16 +69,6 @@
|
|||||||
</Style>
|
</Style>
|
||||||
</Menu.Resources>
|
</Menu.Resources>
|
||||||
<MenuItem Header="File">
|
<MenuItem Header="File">
|
||||||
<MenuItem
|
|
||||||
Command="{Binding ResetViewModelCommand}"
|
|
||||||
Header="New"
|
|
||||||
Icon="{iconPacks:FontAwesome Kind=FileRegular}"
|
|
||||||
InputGestureText="Ctrl+N" />
|
|
||||||
<MenuItem
|
|
||||||
Command="{Binding OpenViewModelCommand}"
|
|
||||||
Header="Open"
|
|
||||||
Icon="{iconPacks:FontAwesome Kind=FolderOpenRegular}"
|
|
||||||
InputGestureText="Ctrl+O" />
|
|
||||||
<MenuItem
|
<MenuItem
|
||||||
Command="{Binding SaveViewModelCommand}"
|
Command="{Binding SaveViewModelCommand}"
|
||||||
Header="Save"
|
Header="Save"
|
||||||
@ -221,10 +211,6 @@
|
|||||||
Margin="5"
|
Margin="5"
|
||||||
Orientation="Vertical"
|
Orientation="Vertical"
|
||||||
Spacing="5">
|
Spacing="5">
|
||||||
<Button
|
|
||||||
HorizontalAlignment="Stretch"
|
|
||||||
Command="{Binding OpenViewModelCommand}"
|
|
||||||
Content="Open" />
|
|
||||||
<Button
|
<Button
|
||||||
HorizontalAlignment="Stretch"
|
HorizontalAlignment="Stretch"
|
||||||
Command="{Binding SaveViewModelCommand}"
|
Command="{Binding SaveViewModelCommand}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user