mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 19:26:39 +02:00
update doc workflow
This commit is contained in:
@@ -33,12 +33,11 @@
|
||||
//
|
||||
// webBrowser1
|
||||
//
|
||||
this.webBrowser1.AllowNavigation = false;
|
||||
this.webBrowser1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.webBrowser1.IsWebBrowserContextMenuEnabled = false;
|
||||
this.webBrowser1.Location = new System.Drawing.Point(0, 0);
|
||||
this.webBrowser1.MinimumSize = new System.Drawing.Size(20, 20);
|
||||
this.webBrowser1.Name = "webBrowser1";
|
||||
this.webBrowser1.ScriptErrorsSuppressed = true;
|
||||
this.webBrowser1.Size = new System.Drawing.Size(926, 611);
|
||||
this.webBrowser1.TabIndex = 0;
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user