From f16e5da5ae915e346fed29e8b3620fe9a243584d Mon Sep 17 00:00:00 2001 From: pfg Date: Sun, 5 Mar 2017 17:51:41 -0800 Subject: Allows the creation of a file (0:/md.txt) for testing ShiftOS Markdown in the shiftnet --- ShiftOS.WinForms/Window.Designer.cs | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'ShiftOS.WinForms/Window.Designer.cs') 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 /// 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 -- cgit v1.2.3