--- trunk/RomCheater.ScratchPad/ScratchPad.cs 2013/06/20 22:59:40 775 +++ trunk/RomCheater.ScratchPad/ScratchPad.cs 2013/06/20 23:35:02 780 @@ -123,6 +123,7 @@ docuemntList.Add(t); this.tb.TabPages.Add(t.DocumentTab); t.Dock = DockStyle.Fill; + t.Font = new System.Drawing.Font(this.Font.FontFamily, this.Font.SizeInPoints); } private void mnuItemNew_Click(object sender, EventArgs e)