Updates custom action horizontal space.

cusax-fix
Damian Minkov 14 years ago
parent bda57a32aa
commit 544336a5ec

@ -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<SIPCommButton> actionsIter = contactActionButtons.iterator();
while (actionsIter.hasNext())

Loading…
Cancel
Save