mirror of
https://github.com/correl/mage.git
synced 2025-04-04 01:06:04 -09:00
UI: fixed window download centered after startup complete
This commit is contained in:
parent
af5e48668e
commit
97c9659f1e
1 changed files with 1 additions and 0 deletions
|
@ -171,6 +171,7 @@ public class DownloadImagesDialog extends MageDialog {
|
|||
} else {
|
||||
this.setWindowSize(this.sizeModeMessageOnly.width, this.sizeModeMessageOnly.height);
|
||||
}
|
||||
this.makeWindowCentered();
|
||||
//this.setLocationRelativeTo(null); // center screen //FIX
|
||||
|
||||
// icons on tabs left side
|
||||
|
|
Loading…
Add table
Reference in a new issue