Skip to content
Snippets Groups Projects
Commit b9a92f2b authored by Kelly Washington's avatar Kelly Washington
Browse files

MAINT-1897 Poor performance viewing large group member lists

* Fix bad font name in llpanelgrouplandmoney
parent cc900f8b
No related branches found
No related tags found
No related merge requests found
...@@ -517,7 +517,7 @@ void LLPanelGroupLandMoney::impl::processGroupLand(LLMessageSystem* msg) ...@@ -517,7 +517,7 @@ void LLPanelGroupLandMoney::impl::processGroupLand(LLMessageSystem* msg)
row["columns"][3]["column"] = "type"; row["columns"][3]["column"] = "type";
row["columns"][3]["value"] = land_type; row["columns"][3]["value"] = land_type;
row["columns"][3]["font"] = "SANSSERIFSMALL"; row["columns"][3]["font"] = "SANSSERIF_SMALL";
// hidden is always last column // hidden is always last column
row["columns"][4]["column"] = "hidden"; row["columns"][4]["column"] = "hidden";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment