mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-26 04:06:12 +00:00
opening dialogs on same screen as the main window, do not restore window size to larger value that actual screen size Fixed [#1768], [#1768] Maximizing window on other than main monitor
This commit is contained in:
@@ -116,7 +116,7 @@ public class ErrorLogFrame extends AppFrame {
|
||||
if (View.isOceanic()) {
|
||||
setBackground(Color.white);
|
||||
}
|
||||
View.centerScreen(this);
|
||||
View.centerScreenMain(this);
|
||||
View.setWindowIcon(this);
|
||||
setDefaultCloseOperation(JFrame.HIDE_ON_CLOSE);
|
||||
Container cnt = getContentPane();
|
||||
|
||||
Reference in New Issue
Block a user