set the smilies selector box non opaque

cusax-fix
Yana Stamcheva 19 years ago
parent 5dcb2b63d1
commit bee7f37d95

@ -57,6 +57,8 @@ public SmiliesSelectorBox(ArrayList imageList, ChatWindow chatWindow)
this.selectorBox.setUI(new SIPCommChatSelectorMenuUI());
this.setOpaque(false);
this.selectorBox.setOpaque(false);
this.setPreferredSize(
new Dimension(BUTTON_WIDTH, BUTTON_HEIGHT));

Loading…
Cancel
Save