Update border.

cusax-fix
Yana Stamcheva 16 years ago
parent 348764bcc4
commit 8b6fe03dab

@ -55,7 +55,7 @@ public SIPCommTextButton(String text)
* Explicitly remove all borders that may be set from the current look
* and feel.
*/
this.setBorder(BorderFactory.createEmptyBorder(3, 5, 3, 5));
this.setBorder(BorderFactory.createEmptyBorder(4, 10, 4, 10));
this.setContentAreaFilled(false);
this.setUI(new BasicButtonUI());
}

Loading…
Cancel
Save