mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-02-20 19:02:12 +00:00
Make "OK" the initally highlighted option again when pasting properties
This commit is contained in:
parent
3726bb5a3b
commit
c65806da72
1 changed files with 2 additions and 2 deletions
|
@ -190,7 +190,7 @@
|
|||
this.cancel.Location = new System.Drawing.Point(330, 194);
|
||||
this.cancel.Name = "cancel";
|
||||
this.cancel.Size = new System.Drawing.Size(112, 25);
|
||||
this.cancel.TabIndex = 0;
|
||||
this.cancel.TabIndex = 1;
|
||||
this.cancel.Text = "Cancel";
|
||||
this.cancel.UseVisualStyleBackColor = true;
|
||||
this.cancel.Click += new System.EventHandler(this.cancel_Click);
|
||||
|
@ -201,7 +201,7 @@
|
|||
this.apply.Location = new System.Drawing.Point(212, 194);
|
||||
this.apply.Name = "apply";
|
||||
this.apply.Size = new System.Drawing.Size(112, 25);
|
||||
this.apply.TabIndex = 1;
|
||||
this.apply.TabIndex = 0;
|
||||
this.apply.Text = "OK";
|
||||
this.apply.UseVisualStyleBackColor = true;
|
||||
this.apply.Click += new System.EventHandler(this.apply_Click);
|
||||
|
|
Loading…
Reference in a new issue