Ram Watch - more configuration settings
This commit is contained in:
parent
3e1f783c27
commit
f875bf656d
BizHawk.Client.EmuHawk/tools/Watch
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue