added back row header

This commit is contained in:
Razmoth
2023-05-09 21:21:07 +04:00
parent 6b060f734c
commit d21a1d7d98

View File

@@ -53,7 +53,6 @@ namespace AssetStudioGUI
assetListView.ReadOnly = true; assetListView.ReadOnly = true;
assetListView.RowTemplate.Height = 25; assetListView.RowTemplate.Height = 25;
assetListView.Size = new System.Drawing.Size(518, 250); assetListView.Size = new System.Drawing.Size(518, 250);
assetListView.RowHeadersVisible = false;
assetListView.TabIndex = 2; assetListView.TabIndex = 2;
// //
// tableLayoutPanel1 // tableLayoutPanel1