Add scrollbar to console log (#366)
This commit is contained in:
parent
04055aa97a
commit
c0edb34ec9
1 changed files with 1 additions and 0 deletions
1
BetterJoyForCemu/MainForm.Designer.cs
generated
1
BetterJoyForCemu/MainForm.Designer.cs
generated
|
@ -64,6 +64,7 @@
|
||||||
this.console.Multiline = true;
|
this.console.Multiline = true;
|
||||||
this.console.Name = "console";
|
this.console.Name = "console";
|
||||||
this.console.ReadOnly = true;
|
this.console.ReadOnly = true;
|
||||||
|
this.console.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
||||||
this.console.Size = new System.Drawing.Size(262, 100);
|
this.console.Size = new System.Drawing.Size(262, 100);
|
||||||
this.console.TabIndex = 2;
|
this.console.TabIndex = 2;
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Reference in a new issue