mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Changed tooltip initial delay from 500 to 1
This commit is contained in:
parent
b6bdfae6e3
commit
08b53d1919
1 changed files with 1 additions and 1 deletions
|
|
@ -217,7 +217,7 @@ private void InitializeComponent()
|
||||||
// passwordGeneratorToolTip
|
// passwordGeneratorToolTip
|
||||||
//
|
//
|
||||||
this.passwordGeneratorToolTip.AutoPopDelay = 1000;
|
this.passwordGeneratorToolTip.AutoPopDelay = 1000;
|
||||||
this.passwordGeneratorToolTip.InitialDelay = 500;
|
this.passwordGeneratorToolTip.InitialDelay = 1;
|
||||||
this.passwordGeneratorToolTip.ReshowDelay = 100;
|
this.passwordGeneratorToolTip.ReshowDelay = 100;
|
||||||
//
|
//
|
||||||
// PasswordGeneratorFrom
|
// PasswordGeneratorFrom
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue