From ea18663cc8985a9641ad50fa4d2ed9cca76d8fcb Mon Sep 17 00:00:00 2001 From: Per Lundberg Date: Sat, 3 Aug 2013 23:40:19 +0300 Subject: [PATCH] =?UTF-8?q?=E2=80=A6and=20centering=20the=20window=20also?= =?UTF-8?q?=20looks=20a=20bit=20nicer.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CefSharp.Wpf.Example/MainWindow.xaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CefSharp.Wpf.Example/MainWindow.xaml b/CefSharp.Wpf.Example/MainWindow.xaml index 4d22573d76..1c9b6d81a9 100644 --- a/CefSharp.Wpf.Example/MainWindow.xaml +++ b/CefSharp.Wpf.Example/MainWindow.xaml @@ -5,7 +5,8 @@ xmlns:example="clr-namespace:CefSharp.Example;assembly=CefSharp.Example" Title="CefSharp.Wpf.Example" Width="1024" - Height="768"> + Height="768" + WindowStartupLocation="CenterScreen">