Skip to content

Commit ea18663

Browse files
committed
…and centering the window also looks a bit nicer.
1 parent ecc829a commit ea18663

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CefSharp.Wpf.Example/MainWindow.xaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
xmlns:example="clr-namespace:CefSharp.Example;assembly=CefSharp.Example"
66
Title="CefSharp.Wpf.Example"
77
Width="1024"
8-
Height="768">
8+
Height="768"
9+
WindowStartupLocation="CenterScreen">
910
<ContentControl x:Name="Content" />
1011
<!--<Menu Height="22"
1112
DockPanel.Dock="Top">

0 commit comments

Comments
 (0)