UI update
This commit is contained in:
parent
d1bec6a672
commit
2fd2b71148
|
@ -292,9 +292,9 @@
|
||||||
this.converttexture.CheckState = System.Windows.Forms.CheckState.Checked;
|
this.converttexture.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||||
this.converttexture.Location = new System.Drawing.Point(6, 20);
|
this.converttexture.Location = new System.Drawing.Point(6, 20);
|
||||||
this.converttexture.Name = "converttexture";
|
this.converttexture.Name = "converttexture";
|
||||||
this.converttexture.Size = new System.Drawing.Size(114, 16);
|
this.converttexture.Size = new System.Drawing.Size(126, 16);
|
||||||
this.converttexture.TabIndex = 1;
|
this.converttexture.TabIndex = 1;
|
||||||
this.converttexture.Text = "Convert Texture";
|
this.converttexture.Text = "Convert Texture2D";
|
||||||
this.converttexture.UseVisualStyleBackColor = true;
|
this.converttexture.UseVisualStyleBackColor = true;
|
||||||
//
|
//
|
||||||
// groupBox2
|
// groupBox2
|
||||||
|
|
Loading…
Reference in New Issue