Remove conference window scrollpane border.

cusax-fix
Yana Stamcheva 16 years ago
parent 283ff83cdd
commit 2cb2bd85aa

@ -104,6 +104,7 @@ public ConferenceCallPanel(CallDialog callDialog, Call c)
this.addCallPeerPanel(iterator.next());
}
this.setBorder(null);
this.setViewportBorder(BorderFactory
.createEmptyBorder(5, 5, 5, 5));

Loading…
Cancel
Save