diff options
author | Chuck Linden <chuck@lindenlab.com> | 2010-01-13 15:56:31 -0500 |
---|---|---|
committer | Chuck Linden <chuck@lindenlab.com> | 2010-01-13 15:56:31 -0500 |
commit | f59207c461d727ac4b4170833f00569f9f0fc7c6 (patch) | |
tree | 08e289d6585bfaa42f296a9ced0c7908f08cc07a /indra | |
parent | 1bd0402f78045faaebd7ff50a02650999492db90 (diff) | |
parent | 627db00b0ea86112b7b9d2912f0822cb1ab90650 (diff) |
Automated merge with ssh://hg.lindenlab.com/james/gooey/
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_top_objects.xml | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_top_objects.xml b/indra/newview/skins/default/xui/en/floater_top_objects.xml index bf61697a59..b06c6dc215 100644 --- a/indra/newview/skins/default/xui/en/floater_top_objects.xml +++ b/indra/newview/skins/default/xui/en/floater_top_objects.xml @@ -9,7 +9,7 @@ name="top_objects" help_topic="top_objects" title="Top Objects" - width="550"> + width="800"> <floater.string name="top_scripts_title"> Top Scripts @@ -64,7 +64,7 @@ multi_select="true" name="objects_list" top_delta="17" - width="530"> + width="780"> <scroll_list.columns label="Score" name="score" @@ -84,11 +84,15 @@ <scroll_list.columns label="Time" name="time" - width="100" /> + width="150" /> <scroll_list.columns label="Mono Time" name="mono_time" - width="55" /> + width="100" /> + <scroll_list.columns + label="URLs" + name="URLs" + width="100" /> <scroll_list.commit_callback function="TopObjects.CommitObjectsList" /> </scroll_list> @@ -112,7 +116,7 @@ left_pad="3" name="id_editor" top_delta="-3" - width="325" /> + width="575" /> <button follows="bottom|right" height="23" @@ -144,7 +148,7 @@ left_pad="3" name="object_name_editor" top_delta="-3" - width="325" /> + width="575" /> <button follows="bottom|right" height="23" @@ -176,7 +180,7 @@ left_pad="3" name="owner_name_editor" top_delta="-3" - width="325" /> + width="575" /> <button follows="bottom|right" height="23" |