Hides Tooltip after Profile Click
This commit is contained in:
parent
3797fc6fd8
commit
63aa1add08
|
@ -2801,6 +2801,7 @@
|
||||||
//
|
//
|
||||||
// ProfileFirstBootLabel
|
// ProfileFirstBootLabel
|
||||||
//
|
//
|
||||||
|
this.ProfileFirstBootLabel.AutoToolTip = true;
|
||||||
this.ProfileFirstBootLabel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
this.ProfileFirstBootLabel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
||||||
this.ProfileFirstBootLabel.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.user_blue;
|
this.ProfileFirstBootLabel.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.user_blue;
|
||||||
this.ProfileFirstBootLabel.Name = "ProfileFirstBootLabel";
|
this.ProfileFirstBootLabel.Name = "ProfileFirstBootLabel";
|
||||||
|
|
Loading…
Reference in New Issue