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:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user