Debugger: Edit label - Make enter key equivalent to clicking OK
This commit is contained in:
parent
77a5d6c443
commit
c40cf93da5
1 changed files with 1 additions and 1 deletions
2
GUI.NET/Debugger/frmEditLabel.Designer.cs
generated
2
GUI.NET/Debugger/frmEditLabel.Designer.cs
generated
|
@ -93,6 +93,7 @@
|
|||
//
|
||||
// txtComment
|
||||
//
|
||||
this.txtComment.AcceptsReturn = true;
|
||||
this.txtComment.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.txtComment.Location = new System.Drawing.Point(63, 82);
|
||||
this.txtComment.Multiline = true;
|
||||
|
@ -181,7 +182,6 @@
|
|||
//
|
||||
// frmEditLabel
|
||||
//
|
||||
this.AcceptButton = null;
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(377, 262);
|
||||
|
|
Loading…
Add table
Reference in a new issue