From 29e6bebf3e723def2ea9425a3b60fe8f857499d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Holger=20B=C3=B6rchers?= Date: Thu, 20 Feb 2020 12:21:21 +0100 Subject: [PATCH] added input gesture test to close command --- MainWindow.xaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/MainWindow.xaml b/MainWindow.xaml index 2c95b41..a461991 100644 --- a/MainWindow.xaml +++ b/MainWindow.xaml @@ -5,8 +5,8 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:local="clr-namespace:ModernWpfPlayground" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" - xmlns:ui="http://schemas.modernwpf.com/2019" xmlns:propertyPresenter2="clr-namespace:ModernWpfPlayground.PropertyPresenter2" + xmlns:ui="http://schemas.modernwpf.com/2019" x:Name="Window" Title="TaBEA 3.0.0" Width="1200" @@ -91,7 +91,10 @@ Header="Save" InputGestureText="Ctrl+S" /> - +