diff options
Diffstat (limited to 'indra/newview/skins/minimal/xui/en/inspect_object.xml')
-rw-r--r-- | indra/newview/skins/minimal/xui/en/inspect_object.xml | 76 |
1 files changed, 65 insertions, 11 deletions
diff --git a/indra/newview/skins/minimal/xui/en/inspect_object.xml b/indra/newview/skins/minimal/xui/en/inspect_object.xml index 32859690b7..8d14c974b4 100644 --- a/indra/newview/skins/minimal/xui/en/inspect_object.xml +++ b/indra/newview/skins/minimal/xui/en/inspect_object.xml @@ -76,13 +76,24 @@ L$30,000 </text> <!-- Overlapping buttons for all default actions. Show "Buy" if for sale, "Sit" if can sit, etc. --> + <icon + name="secure_browsing" + image_name="Lock" + left="0" + visible="false" + width="18" + height="18" + top="103" + tool_tip="Secure Browsing" + follows="left|top" /> <text follows="all" font="SansSerifSmall" height="13" name="object_media_url" - width="220" - top_pad="0" + width="207" + left_pad="2" + top_delta="0" max_length = "50" use_ellipses="true"> http://www.superdupertest.com @@ -90,6 +101,30 @@ L$30,000 <button follows="top|left" height="20" + label="Buy" + left="8" + name="buy_btn" + top="121" + width="80" /> + <button + follows="top|left" + height="20" + label="Pay" + left_delta="0" + name="pay_btn" + top_delta="0" + width="80" /> + <button + follows="top|left" + height="20" + label="Take Copy" + left_delta="0" + name="take_free_copy_btn" + top_delta="0" + width="80" /> + <button + follows="top|left" + height="20" label="Touch" left_delta="0" name="touch_btn" @@ -103,14 +138,33 @@ L$30,000 name="sit_btn" top_delta="0" width="80" /> - <icon - name="secure_browsing" - image_name="Lock" - left_delta="80" - visible="false" - width="18" - height="18" + <button + follows="top|left" + height="20" + label="Open" + left_delta="0" + name="open_btn" top_delta="0" - tool_tip="Secure Browsing" - follows="left|top" /> + width="80" /> + + <!-- non-overlapping buttons here --> + <button + follows="top|left" + height="20" + label="More" + layout="topleft" + name="more_info_btn" + left_pad="10" + top_delta="0" + tab_stop="false" + width="80" /> + <menu_button + follows="top|left" + height="20" + image_overlay="OptionsMenu_Off" + menu_filename="menu_inspect_object_gear.xml" + name="gear_btn" + right="-5" + top_delta="0" + width="35" /> </floater> |