diff options
Diffstat (limited to 'ShiftOS.WinForms/Window.Designer.cs')
| -rw-r--r-- | ShiftOS.WinForms/Window.Designer.cs | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/ShiftOS.WinForms/Window.Designer.cs b/ShiftOS.WinForms/Window.Designer.cs index 433b901..01bcce8 100644 --- a/ShiftOS.WinForms/Window.Designer.cs +++ b/ShiftOS.WinForms/Window.Designer.cs @@ -52,8 +52,15 @@ namespace ShiftOS.WinForms /// </summary> private void InitializeComponent() { - components = new System.ComponentModel.Container(); + this.SuspendLayout(); + // + // Window + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.Name = "Window"; + this.ResumeLayout(false); + } #endregion |
