mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-05-25 05:40:21 -04:00
fixed bug
This commit is contained in:
parent
182a42ace2
commit
c4270e186d
10
AssetStudioGUI/AssetStudioGUIForm.Designer.cs
generated
10
AssetStudioGUI/AssetStudioGUIForm.Designer.cs
generated
@ -624,13 +624,15 @@
|
|||||||
//
|
//
|
||||||
// columnHeader1
|
// columnHeader1
|
||||||
//
|
//
|
||||||
this.columnHeader1.Text = "ID";
|
this.columnHeader1.DisplayIndex = 1;
|
||||||
this.columnHeader1.Width = 70;
|
this.columnHeader1.Text = "Name";
|
||||||
|
this.columnHeader1.Width = 300;
|
||||||
//
|
//
|
||||||
// columnHeader2
|
// columnHeader2
|
||||||
//
|
//
|
||||||
this.columnHeader2.Text = "Name";
|
this.columnHeader2.DisplayIndex = 0;
|
||||||
this.columnHeader2.Width = 300;
|
this.columnHeader2.Text = "ID";
|
||||||
|
this.columnHeader2.Width = 70;
|
||||||
//
|
//
|
||||||
// progressbarPanel
|
// progressbarPanel
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user