From 2fd2b71148bc55fc43502c6eab82727585c047c4 Mon Sep 17 00:00:00 2001 From: Perfare Date: Thu, 30 Aug 2018 09:35:18 +0800 Subject: [PATCH] UI update --- AssetStudio/ExportOptions.Designer.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AssetStudio/ExportOptions.Designer.cs b/AssetStudio/ExportOptions.Designer.cs index c2111d9..e8c07d3 100644 --- a/AssetStudio/ExportOptions.Designer.cs +++ b/AssetStudio/ExportOptions.Designer.cs @@ -292,9 +292,9 @@ this.converttexture.CheckState = System.Windows.Forms.CheckState.Checked; this.converttexture.Location = new System.Drawing.Point(6, 20); 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.Text = "Convert Texture"; + this.converttexture.Text = "Convert Texture2D"; this.converttexture.UseVisualStyleBackColor = true; // // groupBox2