Fixed minor UI annoyance in frmOptions where you could not see the active page after clicking within that page.

This commit is contained in:
David Sparer
2016-05-24 16:52:37 -06:00
parent f1fe5d215c
commit 9bbd95a6f2

View File

@@ -88,6 +88,7 @@
this.lstOptionPages.FullRowSelect = true;
this.lstOptionPages.GridLines = true;
this.lstOptionPages.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
this.lstOptionPages.HideSelection = false;
this.lstOptionPages.LabelWrap = false;
this.lstOptionPages.Location = new System.Drawing.Point(0, 0);
this.lstOptionPages.MultiSelect = false;