diff options
author | Lisabeth Pardi <lis@lindenlab.com> | 2009-09-29 19:02:44 +0000 |
---|---|---|
committer | Lisabeth Pardi <lis@lindenlab.com> | 2009-09-29 19:02:44 +0000 |
commit | 827a96c671319ba297f76ee009d52ec738b33f3f (patch) | |
tree | 1469c52a653b50ba8d087d0e208dbda2b0442bba | |
parent | 4814ee159a640a9916554c1d069f36ccea76109d (diff) |
changed make_visible_control="LagMeterShrunk" to visiblity_control="LagMeterShrunk" because the former doesn't exist. Also changed minor spacing issues.
EXT-606
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_lagmeter.xml | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_lagmeter.xml b/indra/newview/skins/default/xui/en/floater_lagmeter.xml index 3f5127561a..43dfb9e13f 100644 --- a/indra/newview/skins/default/xui/en/floater_lagmeter.xml +++ b/indra/newview/skins/default/xui/en/floater_lagmeter.xml @@ -199,10 +199,10 @@ name="client" top_delta="0" width="128"> - Client: + Client </text> <text - visiblity_control="LagMeterShrunk" + visiblity_control="LagMeterShrunk" type="string" length="1" bottom="40" @@ -216,7 +216,7 @@ Normal </text> <text - visiblity_control="LagMeterShrunk" + visiblity_control="LagMeterShrunk" bottom="56" follows="left|top" height="16" @@ -248,10 +248,10 @@ name="network" top_delta="0" width="128"> - Network: + Network </text> <text - visiblity_control="LagMeterShrunk" + visiblity_control="LagMeterShrunk" type="string" length="1" bottom="80" @@ -265,7 +265,7 @@ Normal </text> <text - visiblity_control="LagMeterShrunk" + visiblity_control="LagMeterShrunk" bottom="96" follows="left|top" height="16" @@ -297,10 +297,10 @@ name="server" top_delta="0" width="60"> - Server: + Server </text> <text - make_visible_control="LagMeterShrunk" + visiblity_control="LagMeterShrunk" type="string" length="1" bottom="120" @@ -308,13 +308,13 @@ font="SansSerif" height="16" layout="topleft" - left="85" + left="110" name="server_text" right="-10"> Normal </text> <text - make_visible_control="LagMeterShrunk" + visiblity_control="LagMeterShrunk" bottom="136" follows="left|top" height="16" @@ -322,7 +322,7 @@ left="40" name="server_lag_cause" right="-32" /> - <button + <!--button bottom="145" follows="left|top" height="18" @@ -330,15 +330,15 @@ layout="topleft" name="server_help" right="-10" - width="18" /> + width="18" /--> <button follows="left|top" height="20" label=">>" layout="topleft" - left_delta="-317" + left="10" name="minimize" - top_delta="-2" + top_delta="4" width="25"> <button.commit_callback function="LagMeter.ClickShrink" /> |