diff --git a/www/common/common-ui-elements.js b/www/common/common-ui-elements.js index b897642c2..d9610c822 100644 --- a/www/common/common-ui-elements.js +++ b/www/common/common-ui-elements.js @@ -1575,6 +1575,7 @@ define([ var list = UIElements.getUserGrid(Messages.team_pickFriends, { common: common, data: config.friends, + large: true }, refreshButton); $div = $(list.div); refreshButton();