diff options
| -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" | 
