1
0
mirror of synced 2024-09-23 19:18:21 +02:00

Fix some typos

This commit is contained in:
KillzXGaming 2023-06-24 11:40:52 -04:00
parent 2dc89a04d5
commit 51cf45510c
2 changed files with 6 additions and 4 deletions

View File

@ -256,6 +256,7 @@
this.rotModeCB.BorderStyle = System.Windows.Forms.ButtonBorderStyle.Solid;
this.rotModeCB.ButtonColor = System.Drawing.Color.Empty;
this.rotModeCB.FormattingEnabled = true;
this.rotModeCB.IsReadOnly = false;
this.rotModeCB.Location = new System.Drawing.Point(94, 5);
this.rotModeCB.Name = "rotModeCB";
this.rotModeCB.Size = new System.Drawing.Size(121, 21);
@ -689,6 +690,7 @@
this.billboardModeCB.BorderStyle = System.Windows.Forms.ButtonBorderStyle.Solid;
this.billboardModeCB.ButtonColor = System.Drawing.Color.Empty;
this.billboardModeCB.FormattingEnabled = true;
this.billboardModeCB.IsReadOnly = false;
this.billboardModeCB.Location = new System.Drawing.Point(93, 7);
this.billboardModeCB.Name = "billboardModeCB";
this.billboardModeCB.Size = new System.Drawing.Size(144, 21);
@ -776,7 +778,7 @@
this.stLabel4.Name = "stLabel4";
this.stLabel4.Size = new System.Drawing.Size(131, 13);
this.stLabel4.TabIndex = 6;
this.stLabel4.Text = "Rigid Skiining Matrix Index";
this.stLabel4.Text = "Rigid Skinning Matrix Index";
//
// smoothIndexUD
//
@ -806,9 +808,9 @@
this.stLabel3.AutoSize = true;
this.stLabel3.Location = new System.Drawing.Point(158, 16);
this.stLabel3.Name = "stLabel3";
this.stLabel3.Size = new System.Drawing.Size(143, 13);
this.stLabel3.Size = new System.Drawing.Size(141, 13);
this.stLabel3.TabIndex = 4;
this.stLabel3.Text = "Smooth Skiining Matrix Index";
this.stLabel3.Text = "Smooth Skinning Matrix Index";
//
// stDropDownPanel5
//

View File

@ -95,7 +95,7 @@
this.stLabel3.Name = "stLabel3";
this.stLabel3.Size = new System.Drawing.Size(40, 13);
this.stLabel3.TabIndex = 5;
this.stLabel3.Text = "Vsibile:";
this.stLabel3.Text = "Visible:";
//
// parentIndexUD
//