diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2009-11-13 17:53:12 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2009-11-13 17:53:12 +0000 |
commit | 1b0b439c23a8f4d27950e0205cd4ba2be6e034a3 (patch) | |
tree | 0bc70667dbfa05201efbf6ee11007a5a95df66a3 /indra/newview/skins | |
parent | 7e59bf358d177789de6f4d5aecc3beb319714cd9 (diff) |
make the outgoing call dialog appear and disappear smarter.
this is sort of less like the spec but more like... reality...
Diffstat (limited to 'indra/newview/skins')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_outgoing_call.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_outgoing_call.xml b/indra/newview/skins/default/xui/en/floater_outgoing_call.xml index 525cfbab18..82417de8a7 100644 --- a/indra/newview/skins/default/xui/en/floater_outgoing_call.xml +++ b/indra/newview/skins/default/xui/en/floater_outgoing_call.xml @@ -40,6 +40,18 @@ height="20" layout="topleft" left="77" + name="connecting" + top="27" + visible="false" + width="315" + word_wrap="true"> +Connecting to [CALLEE_NAME] + </text> + <text + font="SansSerifLarge" + height="20" + layout="topleft" + left="77" name="calling" top="27" width="315" |