diff options
| author | Andrew <alee14498@gmail.com> | 2018-08-28 18:41:25 -0400 |
|---|---|---|
| committer | Andrew <alee14498@gmail.com> | 2018-08-28 18:41:25 -0400 |
| commit | c4202ae2daf74e47c1327ccbf0113cc3a7512c7a (patch) | |
| tree | c1e0ee04b34d68064bc1d9d48f07fc652e88314f /Project Ports/Boot.Designer.cs | |
| parent | 0be5946ce559ea76df7301bcbea87f17f6487652 (diff) | |
| download | Project-Silicon-c4202ae2daf74e47c1327ccbf0113cc3a7512c7a.tar.gz Project-Silicon-c4202ae2daf74e47c1327ccbf0113cc3a7512c7a.tar.bz2 Project-Silicon-c4202ae2daf74e47c1327ccbf0113cc3a7512c7a.zip | |
Changed the crashing
Diffstat (limited to 'Project Ports/Boot.Designer.cs')
| -rw-r--r-- | Project Ports/Boot.Designer.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Project Ports/Boot.Designer.cs b/Project Ports/Boot.Designer.cs index 91927d7..e07b929 100644 --- a/Project Ports/Boot.Designer.cs +++ b/Project Ports/Boot.Designer.cs @@ -43,6 +43,7 @@ this.txtBoot.Location = new System.Drawing.Point(12, 12); this.txtBoot.Name = "txtBoot"; this.txtBoot.ReadOnly = true; + this.txtBoot.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None; this.txtBoot.Size = new System.Drawing.Size(565, 429); this.txtBoot.TabIndex = 0; this.txtBoot.Text = ""; |
