Skip to content

Commit

Permalink
Merge pull request #69 from konqiDAM/master
Browse files Browse the repository at this point in the history
Second column now is wider
  • Loading branch information
harryeffinpotter authored Aug 8, 2021
2 parents 26db46e + 88bbbb2 commit 8e3faf4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1248,6 +1248,10 @@ private async void initListView()
gamesListView.Items.AddRange(arr);
gamesListView.EndUpdate();
updatesnotified = true;
if(gamesListView.Columns.Count > 0)
{
gamesListView.Columns[1].Width = 280;
}
}


Expand Down

0 comments on commit 8e3faf4

Please sign in to comment.