From e169e02d9463849f7fdcab5c89789a2cde42a149 Mon Sep 17 00:00:00 2001 From: yflory Date: Tue, 10 Dec 2019 16:27:12 +0100 Subject: [PATCH] Use large icons in team invite usergrid --- www/common/common-ui-elements.js | 1 + 1 file changed, 1 insertion(+) 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();