Update LLFloaterInspect, updates RLVa code, fixes inspect not always working at first

This commit is contained in:
Lirusaito
2013-07-13 15:40:45 -04:00
parent 4da47de90c
commit cf2f455430
5 changed files with 239 additions and 163 deletions

View File

@@ -16,14 +16,22 @@
<column label="Scripts" name="script_num" width="35" />
<column label="Inv Total" name="inv_num" width="35" />
<column label="Creation Date" name="creation_date" width="150" />
<scroll_list.commit_callback
function="Inspect.SelectObject" />
</scroll_list>
<button bottom="5" follows="left|bottom" font="SansSerif" halign="center" height="20"
label="See Owner Profile..." label_selected="" left="10"
mouse_opaque="true" name="button owner"
tool_tip="See profile of the highlighted object&apos;s owner" width="150" />
tool_tip="See profile of the highlighted object&apos;s owner" width="150" >
<button.commit_callback
function="Inspect.OwnerProfile" />
</button>
<button bottom="5" follows="left|bottom" font="SansSerif" halign="center" height="20"
label="See Creator Profile..." label_selected="" left="170"
mouse_opaque="true" name="button creator"
tool_tip="See profile of the highlighted object&apos;s original creator"
width="150" />
width="150" >
<button.commit_callback
function="Inspect.CreatorProfile" />
</button>
</floater>