diff options
author | Damian Minkov <damencho@jitsi.org> | 2012-08-21 14:18:18 +0000 |
---|---|---|
committer | Damian Minkov <damencho@jitsi.org> | 2012-08-21 14:18:18 +0000 |
commit | 544336a5ec981cc996592056dbc3da4093faf2e2 (patch) | |
tree | c6287560e3f0f0f98f8b73f66a888143ddff79e4 /src/net/java/sip | |
parent | bda57a32aab890bc9959a6aa5766579fc26e8dcb (diff) | |
download | jitsi-544336a5ec981cc996592056dbc3da4093faf2e2.zip jitsi-544336a5ec981cc996592056dbc3da4093faf2e2.tar.gz jitsi-544336a5ec981cc996592056dbc3da4093faf2e2.tar.bz2 |
Updates custom action horizontal space.
Diffstat (limited to 'src/net/java/sip')
-rw-r--r-- | src/net/java/sip/communicator/impl/gui/main/contactlist/ContactListTreeCellRenderer.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/java/sip/communicator/impl/gui/main/contactlist/ContactListTreeCellRenderer.java b/src/net/java/sip/communicator/impl/gui/main/contactlist/ContactListTreeCellRenderer.java index b283467..86f0745 100644 --- a/src/net/java/sip/communicator/impl/gui/main/contactlist/ContactListTreeCellRenderer.java +++ b/src/net/java/sip/communicator/impl/gui/main/contactlist/ContactListTreeCellRenderer.java @@ -910,7 +910,7 @@ public class ContactListTreeCellRenderer int xBounds) { // Reinit the labels to take the whole horizontal space. - addLabels(5 + contactActionButtons.size()); + addLabels(gridX + contactActionButtons.size()); Iterator<SIPCommButton> actionsIter = contactActionButtons.iterator(); while (actionsIter.hasNext()) |