Minimize main form on startup if the 'Minimize To Tray' option is active

This commit is contained in:
Anton Kasyanov
2016-06-09 01:35:16 +03:00
parent 9d08f255f7
commit 6c11b2ea95
4 changed files with 145 additions and 21 deletions

View File

@@ -59,7 +59,7 @@
this.OverlayLabel.TabIndex = 1;
this.OverlayLabel.Text = "...";
//
// PreviewOverlay
// ThumbnailOverlay
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;