mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-10 15:49:00 +08:00
fixed main window spawning off-screen.
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user