Ram Watch - more configuration settings

This commit is contained in:
adelikat 2019-10-14 20:28:31 -05:00
parent 3e1f783c27
commit f875bf656d
1 changed files with 4 additions and 2 deletions
BizHawk.Client.EmuHawk/tools/Watch

View File

@ -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)