diff --git a/PortProxyGUI/About.Designer.cs b/PortProxyGUI/About.Designer.cs index 2de2c6d..93907c2 100644 --- a/PortProxyGUI/About.Designer.cs +++ b/PortProxyGUI/About.Designer.cs @@ -48,6 +48,7 @@ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(345, 79); this.Controls.Add(this.linkLabel1); + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "About"; diff --git a/PortProxyGUI/NewProxy.Designer.cs b/PortProxyGUI/NewProxy.Designer.cs index fb60a1a..fc3132a 100644 --- a/PortProxyGUI/NewProxy.Designer.cs +++ b/PortProxyGUI/NewProxy.Designer.cs @@ -170,6 +170,7 @@ this.Controls.Add(this.label2); this.Controls.Add(this.textBox_listenOn); this.Controls.Add(this.label1); + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.MaximizeBox = false; this.MinimizeBox = false;