diff options
author | Ansariel <none@none> | 2013-11-02 21:57:06 +0100 |
---|---|---|
committer | Ansariel <none@none> | 2013-11-02 21:57:06 +0100 |
commit | e3739edeff2e872ecee5f4dc29247f09db1ed87c (patch) | |
tree | 5263197843b11c420e4157196c702a21e5afaab0 | |
parent | d61c6ad48ba10dad54d155fd16a652b773c27637 (diff) |
BUG-3764: Groups count in groups list does not display if floater is resized
-rwxr-xr-x | doc/contributions.txt | 2 | ||||
-rwxr-xr-x | indra/newview/skins/default/xui/en/panel_people.xml | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/doc/contributions.txt b/doc/contributions.txt index f1e907998b..6acd98529b 100755 --- a/doc/contributions.txt +++ b/doc/contributions.txt @@ -180,6 +180,8 @@ Ansariel Hiller MAINT-2368 STORM-1931 MAINT-2773 + BUG-3764 + STORM-1979 Aralara Rajal Arare Chantilly CHUIBUG-191 diff --git a/indra/newview/skins/default/xui/en/panel_people.xml b/indra/newview/skins/default/xui/en/panel_people.xml index dc0e4a5947..d2caf63052 100755 --- a/indra/newview/skins/default/xui/en/panel_people.xml +++ b/indra/newview/skins/default/xui/en/panel_people.xml @@ -500,12 +500,13 @@ Looking for people to hang out with? Try the [secondlife:///app/worldmap World M <text type="string" length="1" - follows="all" + follows="left|top|right" height="14" layout="topleft" right="-10" top_pad="4" left="3" + use_ellipses="true" name="groupcount"> You belong to [COUNT] groups, and can join [REMAINING] more. </text> |