aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip
diff options
context:
space:
mode:
authorDamian Minkov <damencho@jitsi.org>2012-08-21 14:18:18 +0000
committerDamian Minkov <damencho@jitsi.org>2012-08-21 14:18:18 +0000
commit544336a5ec981cc996592056dbc3da4093faf2e2 (patch)
treec6287560e3f0f0f98f8b73f66a888143ddff79e4 /src/net/java/sip
parentbda57a32aab890bc9959a6aa5766579fc26e8dcb (diff)
downloadjitsi-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.java2
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())