Skip to content
Snippets Groups Projects
Commit 627db00b authored by Chuck Linden's avatar Chuck Linden
Browse files

Adjusted width of panel and scroll list columns to make "Mono Time" column...

Adjusted width of panel and scroll list columns to make "Mono Time" column label visible. Added column in XUI for URLs.
http://jira.secondlife.com/browse/EXT-4167
parent 612015f6
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment