Skip to content

Commit

Permalink
Added sort order to skin list
Browse files Browse the repository at this point in the history
  • Loading branch information
TheQwertiest committed Aug 17, 2017
1 parent 844fcea commit bd2a051
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions foo_title/fooTitle/Properties.cs
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,7 @@ private void InitializeComponent() {
this.skinsList.UseCompatibleStateImageBehavior = false;
this.skinsList.View = System.Windows.Forms.View.Details;
this.skinsList.DoubleClick += new System.EventHandler(this.skinsList_DoubleClick);
this.skinsList.Sorting = SortOrder.Ascending;
this.skinsList.DoubleBuffered(true);
//
// nameColumn
Expand Down

0 comments on commit bd2a051

Please sign in to comment.