mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Code formatting
This commit is contained in:
parent
ff2201d06b
commit
163d23565e
1 changed files with 3 additions and 2 deletions
|
|
@ -160,8 +160,6 @@ private void PasswordsListTextBox_TextChanged(object sender, EventArgs e)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#endregion
|
|
||||||
|
|
||||||
private void CopyLastButton_MouseEnter(object sender, EventArgs e)
|
private void CopyLastButton_MouseEnter(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
passwordGeneratorToolTip.SetToolTip(copyLastButton, null);
|
passwordGeneratorToolTip.SetToolTip(copyLastButton, null);
|
||||||
|
|
@ -171,5 +169,8 @@ private void CopyAllButton_MouseEnter(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
passwordGeneratorToolTip.SetToolTip(copyAllButton, null);
|
passwordGeneratorToolTip.SetToolTip(copyAllButton, null);
|
||||||
}
|
}
|
||||||
|
#endregion
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue