#46 fix bug with minimum preview size on startup

#47 treat click on overlay text same as click on main preview
This commit is contained in:
Izakbar
2025-01-26 13:06:31 +00:00
parent 6f7abe6ce7
commit 607fbcbeac
4 changed files with 6 additions and 5 deletions

View File

@@ -28,7 +28,7 @@ namespace EveOPreview.View
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(64, 64);
this.MinimumSize = new System.Drawing.Size(20, 20);
this.Name = "ThumbnailView";
this.Opacity = 0.1D;
this.ShowIcon = false;