Fixes display issues with the about background image.

fix-message-formatting 5177
Damian Minkov 12 years ago
parent e815bed020
commit b5c4487c0d

@ -118,6 +118,7 @@ public AboutWindow(Frame owner)
setModal(false);
setDefaultCloseOperation(DISPOSE_ON_CLOSE);
setResizable(false);
JPanel mainPanel = new WindowBackground();
mainPanel.setLayout(new BorderLayout());
@ -245,7 +246,6 @@ public String getUIClassID()
this.getContentPane().add(mainPanel);
this.pack();
this.setResizable(false);
setLocationRelativeTo(getParent());

Loading…
Cancel
Save