diff options
author | Cho <cho@lindenlab.com> | 2013-12-04 19:45:26 +0000 |
---|---|---|
committer | Cho <cho@lindenlab.com> | 2013-12-04 19:45:26 +0000 |
commit | 187fb979d365ac3052f6a95e278a1f92c3117d17 (patch) | |
tree | adfb076b7351f0ff38392cfe501b353d798b3651 /indra/newview/skins/default/xui | |
parent | b6d02ae9c84e185f2507323c47c0475ce43f9e7a (diff) |
Add character count display to floater_twitter for ACME-1215
Diffstat (limited to 'indra/newview/skins/default/xui')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_twitter_photo.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_twitter_photo.xml b/indra/newview/skins/default/xui/en/panel_twitter_photo.xml index 3ddec9b989..14268c1bcf 100644 --- a/indra/newview/skins/default/xui/en/panel_twitter_photo.xml +++ b/indra/newview/skins/default/xui/en/panel_twitter_photo.xml @@ -25,6 +25,20 @@ type="string"> What's happening? </text> + <text + length="1" + follows="top|left" + font="SansSerif" + text_color="EmphasisColor" + halign="right" + height="16" + width="30" + left="227" + name="status_counter_label" + top="3" + type="string"> + 140 + </text> <text_editor follows="left|top" height="87" |