Patch provided by Martin Harvan: nicknames not fully displayed in tabs

https://sip-communicator.dev.java.net/servlets/BrowseList?list=dev&by=thread&from=1575137
cusax-fix
Sebastien Mazy 17 years ago
parent f180b1b21a
commit 220ec09d41

@ -393,6 +393,6 @@ protected int calculateTabWidth(int tabPlacement, int tabIndex,
width = PREFERRED_WIDTH;
}
return width;
return width + WIDTHDELTA;
}
}
}

Loading…
Cancel
Save