Merge pull request #2090 from ivandrofly/source_view

[SouceView] - Display both vertical/horizontal bar.
This commit is contained in:
Nikolaj Olsson 2016-11-19 21:40:20 +01:00 committed by GitHub
commit 5511d2df9e

View File

@ -4474,7 +4474,7 @@
this.textBoxSource.MaxLength = 0;
this.textBoxSource.Multiline = true;
this.textBoxSource.Name = "textBoxSource";
this.textBoxSource.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.textBoxSource.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.textBoxSource.Size = new System.Drawing.Size(724, 216);
this.textBoxSource.TabIndex = 12;
this.textBoxSource.WordWrap = false;