Change editor minimum size

This commit is contained in:
Jaex 2017-12-04 03:32:38 +03:00
parent b077ea9221
commit 1aeae40c6a

View file

@ -171,7 +171,7 @@ private void InitializeComponent()
else
{
FormBorderStyle = FormBorderStyle.Sizable;
MinimumSize = new Size(800, 400);
MinimumSize = new Size(800, 550);
if (Options.ImageEditorStartMode == ImageEditorStartMode.PreviousState)
{