diff --git a/MainWindow.xaml.cs b/MainWindow.xaml.cs index 581e11d4..16895e71 100644 --- a/MainWindow.xaml.cs +++ b/MainWindow.xaml.cs @@ -61,6 +61,8 @@ namespace GARbro.GUI { m_app = Application.Current as App; InitializeComponent(); + if (this.Top < 0) this.Top = 0; + if (this.Left < 0) this.Left = 0; InitDirectoryChangesWatcher(); InitPreviewPane();