Allow finding objects by typing on the script info scrolllists

Also tweaks columns widths and sort order to present information more effectively.
This commit is contained in:
Lirusaito
2013-02-17 19:41:59 -05:00
parent cd6bda876d
commit 036328c3ac
2 changed files with 22 additions and 20 deletions

View File

@@ -73,23 +73,24 @@
layout="topleft"
left_delta="0"
multi_select="true"
sort_column="0"
sort_ascending="true"
sort_column="1"
sort_ascending="false"
name="scripts_list"
top_delta="16"
width="460">
<column
label="Size (kb)"
label="Object"
name="name"
width="245" />
<column
label="Size"
tool_tip="Size in kilobytes"
name="size"
width="70" />
width="40" />
<column
label="URLs"
name="urls"
width="50" />
<column
label="Object"
name="name"
width="210" />
width="45" />
<column
label="Location"
name="location"

View File

@@ -78,31 +78,32 @@
layout="topleft"
left_delta="0"
multi_select="true"
sort_column="0"
sort_ascending="true"
sort_column="1"
sort_ascending="false"
name="scripts_list"
top_delta="16"
width="460">
<column
label="Size (kb)"
label="Object"
name="name"
width="105" />
<column
label="Size"
tool_tip="Size in kilobytes"
name="size"
width="70" />
width="40" />
<column
label="URLs"
name="urls"
width="50" />
<column
label="Object"
name="name"
width="70" />
width="45" />
<column
label="Owner"
name="owner"
width="90" />
width="130" />
<column
label="Parcel"
name="parcel"
width="100" />
width="60" />
<column
label="Location"
name="location"