summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authormaxim_productengine <mnikolenko@productengine.com>2019-11-13 12:36:51 +0200
committermaxim_productengine <mnikolenko@productengine.com>2019-11-13 12:36:51 +0200
commit0bcb065623e7ce6ee956d0bc1c3321c6f0c02af6 (patch)
tree3f7f138790ebc4d87272fee3f61161f42e6b6f46 /indra
parent0c8f561910cf967d546a7a66ab7e3edcc2ca320e (diff)
SL-12271 FIXED Notifications are cropped after moving them to the 'Never show' box
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llfloaterpreference.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llfloaterpreference.cpp b/indra/newview/llfloaterpreference.cpp
index 05de782838..390dea092d 100644
--- a/indra/newview/llfloaterpreference.cpp
+++ b/indra/newview/llfloaterpreference.cpp
@@ -1136,12 +1136,12 @@ void LLFloaterPreference::buildPopupLists()
if (it->second.asBoolean())
{
row["columns"][1]["value"] = formp->getElement(it->first)["ignore"].asString();
+ row["columns"][1]["font"] = "SANSSERIF_SMALL";
+ row["columns"][1]["width"] = 360;
break;
}
}
}
- row["columns"][1]["font"] = "SANSSERIF_SMALL";
- row["columns"][1]["width"] = 360;
}
item = disabled_popups.addElement(row);
}