Change border values to make them fit better the component.

cusax-fix
Yana Stamcheva 16 years ago
parent 5ff9aea080
commit c8af3a727d

@ -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(0, 3, 0, 3));
this.setBorder(BorderFactory.createEmptyBorder(3, 5, 3, 5));
this.setContentAreaFilled(false);
this.setUI(new BasicButtonUI());
}

Loading…
Cancel
Save