From 85e8f61b8a17ea336ee1becc9021f0f3aa8fe90b Mon Sep 17 00:00:00 2001 From: Ingo Bauersachs Date: Sat, 26 Jan 2013 15:16:16 +0000 Subject: [PATCH] Force layout of conference invitation (Patch by Markus Kilas) --- .../impl/gui/main/chat/conference/InvitationReceivedDialog.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/net/java/sip/communicator/impl/gui/main/chat/conference/InvitationReceivedDialog.java b/src/net/java/sip/communicator/impl/gui/main/chat/conference/InvitationReceivedDialog.java index de2cede67..f9a00c34b 100644 --- a/src/net/java/sip/communicator/impl/gui/main/chat/conference/InvitationReceivedDialog.java +++ b/src/net/java/sip/communicator/impl/gui/main/chat/conference/InvitationReceivedDialog.java @@ -251,6 +251,7 @@ public void initGUI() this.mainPanel.setOpaque(false); this.getContentPane().add(mainPanel); + this.pack(); } /**