From 45eba62f5d4b9666337f279412eed62836144310 Mon Sep 17 00:00:00 2001 From: Alexander Date: Wed, 27 Nov 2019 12:02:36 +0200 Subject: [PATCH] Password generator window now showing in taskbar --- Crypto Notepad/Forms/PasswordGeneratorFrom.Designer.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Crypto Notepad/Forms/PasswordGeneratorFrom.Designer.cs b/Crypto Notepad/Forms/PasswordGeneratorFrom.Designer.cs index 78b5e43..24a672a 100644 --- a/Crypto Notepad/Forms/PasswordGeneratorFrom.Designer.cs +++ b/Crypto Notepad/Forms/PasswordGeneratorFrom.Designer.cs @@ -240,7 +240,6 @@ private void InitializeComponent() this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.Name = "PasswordGeneratorFrom"; - this.ShowInTaskbar = false; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.Text = "Password Generator"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.PasswordGeneratorFrom_FormClosing);