Changed tooltip initial delay from 500 to 1

This commit is contained in:
Alexander 2019-11-24 22:36:50 +02:00
parent b6bdfae6e3
commit 08b53d1919

View file

@ -217,7 +217,7 @@ private void InitializeComponent()
// passwordGeneratorToolTip
//
this.passwordGeneratorToolTip.AutoPopDelay = 1000;
this.passwordGeneratorToolTip.InitialDelay = 500;
this.passwordGeneratorToolTip.InitialDelay = 1;
this.passwordGeneratorToolTip.ReshowDelay = 100;
//
// PasswordGeneratorFrom