mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-23 21:55:34 +08:00
fixed main window spawning off-screen.
This commit is contained in:
parent
4b28197c37
commit
24659063f9
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user