diff --git a/BizHawk.MultiClient/tools/Watch/NewRamSearch.cs b/BizHawk.MultiClient/tools/Watch/NewRamSearch.cs index 98638d9ca7..fa3ec0003f 100644 --- a/BizHawk.MultiClient/tools/Watch/NewRamSearch.cs +++ b/BizHawk.MultiClient/tools/Watch/NewRamSearch.cs @@ -72,6 +72,7 @@ namespace BizHawk.MultiClient SpecificValueBox.ByteSize = Settings.Size; SpecificValueBox.Type = Settings.Type; MessageLabel.Text = String.Empty; + NewSearch(); } private void ListView_QueryItemBkColor(int index, int column, ref Color color) diff --git a/BizHawk.MultiClient/tools/Watch/RamSearch.Designer.cs b/BizHawk.MultiClient/tools/Watch/RamSearch.Designer.cs index 62492d2214..0c7cadf7ef 100644 --- a/BizHawk.MultiClient/tools/Watch/RamSearch.Designer.cs +++ b/BizHawk.MultiClient/tools/Watch/RamSearch.Designer.cs @@ -299,7 +299,6 @@ this.SearchListView.GridLines = true; this.SearchListView.HideSelection = false; this.SearchListView.ItemCount = 0; - this.SearchListView.LabelEdit = true; this.SearchListView.Location = new System.Drawing.Point(9, 58); this.SearchListView.Name = "SearchListView"; this.SearchListView.selectedItem = -1; @@ -542,7 +541,7 @@ // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; - this.toolStripSeparator2.Size = new System.Drawing.Size(149, 6); + this.toolStripSeparator2.Size = new System.Drawing.Size(57, 6); // // toolStripSeparator4 // diff --git a/BizHawk.MultiClient/tools/Watch/RamWatch.cs b/BizHawk.MultiClient/tools/Watch/RamWatch.cs index 0b4f86f866..fcca2f6db9 100644 --- a/BizHawk.MultiClient/tools/Watch/RamWatch.cs +++ b/BizHawk.MultiClient/tools/Watch/RamWatch.cs @@ -1098,7 +1098,8 @@ namespace BizHawk.MultiClient InsertSeperatorContextMenuItem.Visible = MoveUpContextMenuItem.Visible = MoveDownContextMenuItem.Visible = - Separator2.Visible = + Separator6.Visible = + toolStripSeparator4.Visible = indexes.Count > 0;