Gambatte: do not sort settings alphabetically, so that GBC in GBA mode is not at top

This commit is contained in:
alyosha-tas 2020-03-20 17:05:25 -04:00
parent aa165f36d2
commit af2f87deac
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
| System.Windows.Forms.AnchorStyles.Right)));
this.propertyGrid1.Location = new System.Drawing.Point(3, 3);
this.propertyGrid1.Name = "propertyGrid1";
this.propertyGrid1.PropertySort = System.Windows.Forms.PropertySort.Alphabetical;
this.propertyGrid1.PropertySort = System.Windows.Forms.PropertySort.NoSort;
this.propertyGrid1.Size = new System.Drawing.Size(338, 279);
this.propertyGrid1.TabIndex = 0;
this.propertyGrid1.ToolbarVisible = false;