Make tool tips visible for firmware info

This commit is contained in:
alyosha-tas 2021-07-09 15:17:06 -04:00
parent bf5c73b40c
commit 6c5d329573
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@
this.lvOptions.View = System.Windows.Forms.View.Details;
this.lvOptions.KeyDown += new System.Windows.Forms.KeyEventHandler(this.LvOptions_KeyDown);
this.lvOptions.MouseClick += new System.Windows.Forms.MouseEventHandler(this.LvOptions_MouseClick);
this.lvOptions.ShowItemToolTips = true;
//
// colSize
//