From af2f87deac73b6934fecbebe0468be0fa40fed44 Mon Sep 17 00:00:00 2001 From: alyosha-tas Date: Fri, 20 Mar 2020 17:05:25 -0400 Subject: [PATCH] Gambatte: do not sort settings alphabetically, so that GBC in GBA mode is not at top --- BizHawk.Client.EmuHawk/config/GB/GBPrefControl.Designer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.Client.EmuHawk/config/GB/GBPrefControl.Designer.cs b/BizHawk.Client.EmuHawk/config/GB/GBPrefControl.Designer.cs index 77a95c6137..4a116a5454 100644 --- a/BizHawk.Client.EmuHawk/config/GB/GBPrefControl.Designer.cs +++ b/BizHawk.Client.EmuHawk/config/GB/GBPrefControl.Designer.cs @@ -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;