From f875bf656d31351bfb685ef737942e6f49a6f49c Mon Sep 17 00:00:00 2001 From: adelikat Date: Mon, 14 Oct 2019 20:28:31 -0500 Subject: [PATCH] Ram Watch - more configuration settings --- BizHawk.Client.EmuHawk/tools/Watch/RamWatch.Designer.cs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/BizHawk.Client.EmuHawk/tools/Watch/RamWatch.Designer.cs b/BizHawk.Client.EmuHawk/tools/Watch/RamWatch.Designer.cs index 58c94824bd..332ec7d199 100644 --- a/BizHawk.Client.EmuHawk/tools/Watch/RamWatch.Designer.cs +++ b/BizHawk.Client.EmuHawk/tools/Watch/RamWatch.Designer.cs @@ -878,8 +878,10 @@ // // WatchListView // - this.WatchListView.FullRowSelect = true; - this.WatchListView.MultiSelect = true; + this.WatchListView.AllowColumnResize = true; + this.WatchListView.AllowColumnReorder = true; + this.WatchListView.FullRowSelect = true; + this.WatchListView.MultiSelect = true; this.WatchListView.AllowColumnReorder = true; this.WatchListView.AllowDrop = true; this.WatchListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)