Image size form must be top most

This commit is contained in:
Jaex 2017-10-29 09:58:28 +03:00
parent 380de4bec1
commit 8e1d8cf6a2

View file

@ -123,6 +123,7 @@ private void InitializeComponent()
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "ImageSizeForm";
this.TopMost = true;
this.Shown += new System.EventHandler(this.ResizeSizeForm_Shown);
((System.ComponentModel.ISupportInitialize)(this.nudWidth)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nudHeight)).EndInit();