Skip to content

Commit d019806

Browse files
committed
#210. Let’s make this one maximized also by default.
1 parent abecd21 commit d019806

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CefSharp.WinForms.Example/Browser.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ public Browser()
147147
{
148148
InitializeComponent();
149149
Text = "CefSharp";
150+
WindowState = FormWindowState.Maximized;
150151

151152
web_view = new WebView("custom://cefsharp/home", new BrowserSettings());
152153
web_view.Dock = DockStyle.Fill;

0 commit comments

Comments
 (0)