From 544336a5ec981cc996592056dbc3da4093faf2e2 Mon Sep 17 00:00:00 2001 From: Damian Minkov Date: Tue, 21 Aug 2012 14:18:18 +0000 Subject: [PATCH] Updates custom action horizontal space. --- .../impl/gui/main/contactlist/ContactListTreeCellRenderer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 b283467cb..86f074572 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 @@ private void initContactActionButtons( int xBounds) { // Reinit the labels to take the whole horizontal space. - addLabels(5 + contactActionButtons.size()); + addLabels(gridX + contactActionButtons.size()); Iterator actionsIter = contactActionButtons.iterator(); while (actionsIter.hasNext())