diff options
Diffstat (limited to 'ShiftOS.Main/ShiftOS/Apps')
| -rw-r--r-- | ShiftOS.Main/ShiftOS/Apps/Terminal.Designer.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ShiftOS.Main/ShiftOS/Apps/Terminal.Designer.cs b/ShiftOS.Main/ShiftOS/Apps/Terminal.Designer.cs index b514bbf..a746456 100644 --- a/ShiftOS.Main/ShiftOS/Apps/Terminal.Designer.cs +++ b/ShiftOS.Main/ShiftOS/Apps/Terminal.Designer.cs @@ -36,6 +36,7 @@ this.termmain.BackColor = System.Drawing.Color.Black; this.termmain.BorderStyle = System.Windows.Forms.BorderStyle.None; this.termmain.Dock = System.Windows.Forms.DockStyle.Fill; + this.termmain.Font = new System.Drawing.Font("Lucida Console", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.termmain.ForeColor = System.Drawing.Color.White; this.termmain.Location = new System.Drawing.Point(0, 0); this.termmain.Name = "termmain"; |
