Revert a mistakenly committed modification of the FullScreenLayout init

cusax-fix
Emil Ivov 16 years ago
parent c69cf6ba61
commit a559e73d15

@ -851,7 +851,7 @@ public void enterFullScreen()
// Lay out the main Components of the UI.
final Container contentPane = frame.getContentPane();
contentPane.setLayout(new FullScreenLayout(true));
contentPane.setLayout(new FullScreenLayout(false));
if (buttonBar != null)
contentPane.add(buttonBar, FullScreenLayout.SOUTH);
if (center != null)

Loading…
Cancel
Save