diff options
| author | pfg <[email protected]> | 2017-03-05 17:51:41 -0800 |
|---|---|---|
| committer | pfg <[email protected]> | 2017-03-05 17:51:41 -0800 |
| commit | f16e5da5ae915e346fed29e8b3620fe9a243584d (patch) | |
| tree | 7e61382d30128d4dd698bc3a5ed4d8898528b9a2 /ShiftOS.WinForms/Window.Designer.cs | |
| parent | 4723e0a6045bac02b66c4e3b27c712e17e0f015f (diff) | |
| download | shiftos_thereturn-f16e5da5ae915e346fed29e8b3620fe9a243584d.tar.gz shiftos_thereturn-f16e5da5ae915e346fed29e8b3620fe9a243584d.tar.bz2 shiftos_thereturn-f16e5da5ae915e346fed29e8b3620fe9a243584d.zip | |
Allows the creation of a file (0:/md.txt) for testing ShiftOS Markdown in the shiftnet
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 |
