mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-25 12:44:46 +01:00
Merge pull request #2090 from ivandrofly/source_view
[SouceView] - Display both vertical/horizontal bar.
This commit is contained in:
commit
5511d2df9e
2
src/Forms/Main.Designer.cs
generated
2
src/Forms/Main.Designer.cs
generated
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user