mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 21:43:24 -07:00
Fix for visible mainform
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@769 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
fb8c21b28a
commit
6ee7ec078e
1 changed files with 2 additions and 1 deletions
3
Greenshot/Forms/MainForm.Designer.cs
generated
3
Greenshot/Forms/MainForm.Designer.cs
generated
|
@ -217,7 +217,8 @@ namespace Greenshot {
|
||||||
this.Name = "MainForm";
|
this.Name = "MainForm";
|
||||||
this.ShowInTaskbar = false;
|
this.ShowInTaskbar = false;
|
||||||
this.Text = "Greenshot";
|
this.Text = "Greenshot";
|
||||||
this.TopMost = true;
|
this.ShowIcon = false;
|
||||||
|
this.WindowState = System.Windows.Forms.FormWindowState.Minimized;
|
||||||
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainFormFormClosing);
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainFormFormClosing);
|
||||||
this.Activated += new System.EventHandler(this.MainFormActivated);
|
this.Activated += new System.EventHandler(this.MainFormActivated);
|
||||||
this.contextMenu.ResumeLayout(false);
|
this.contextMenu.ResumeLayout(false);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue