changed start position to manual

This commit is contained in:
Fyers 2018-10-02 00:15:23 +02:00
parent ed473916df
commit 84773455d0

View file

@ -129,8 +129,8 @@ private void InitializeComponent()
this.FormBorderStyle = FormBorderStyle.None;
this.Text = "ShareX - Image viewer";
this.TopMost = true;
this.WindowState = FormWindowState.Maximized;
this.StartPosition = FormStartPosition.CenterScreen;
this.WindowState = FormWindowState.Normal;
this.StartPosition = FormStartPosition.Manual;
this.pbPreview.Cursor = Cursors.Hand;
this.pbPreview.Dock = System.Windows.Forms.DockStyle.Fill;