From a559e73d15984d06544962d6f1340c8cac7be680 Mon Sep 17 00:00:00 2001 From: Emil Ivov Date: Thu, 4 Mar 2010 14:58:28 +0000 Subject: [PATCH] Revert a mistakenly committed modification of the FullScreenLayout init --- .../communicator/impl/gui/main/call/OneToOneCallPeerPanel.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/net/java/sip/communicator/impl/gui/main/call/OneToOneCallPeerPanel.java b/src/net/java/sip/communicator/impl/gui/main/call/OneToOneCallPeerPanel.java index bc30708f4..b7e3f587d 100644 --- a/src/net/java/sip/communicator/impl/gui/main/call/OneToOneCallPeerPanel.java +++ b/src/net/java/sip/communicator/impl/gui/main/call/OneToOneCallPeerPanel.java @@ -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)