ssg: advanced config build publish: fix sizing

This commit is contained in:
Nick Vella 2019-08-04 01:07:10 +10:00
parent 662b9cf0d6
commit 3e0acdfb1a
1 changed files with 1 additions and 1 deletions

View File

@ -309,7 +309,7 @@ namespace OpenLiveWriter.PostEditor.Configuration.StaticSiteAdvanced
this.groupBoxPublishing.Controls.Add(this.labelPublishCommand);
this.groupBoxPublishing.Location = new System.Drawing.Point(8, 298);
this.groupBoxPublishing.Name = "groupBoxPublishing";
this.groupBoxPublishing.Size = new System.Drawing.Size(354, 73);
this.groupBoxPublishing.Size = new System.Drawing.Size(345, 73);
this.groupBoxPublishing.TabIndex = 3;
this.groupBoxPublishing.TabStop = false;
this.groupBoxPublishing.Text = "Publishing";