Files
SingularityViewer/indra/newview/skins/default/xui/en-us/panel_preferences_skins.xml
Beeks 3b18bdc3d1 Updates:
Profile image pop-outs, user age, "currently online" shows up in green.
Metadata scrubbed clean user-side, so it's not showing data it shouldn't be. Left the code in at this time because in the event that we can implement our custom client tag options, the code could prove useful and I don't want to have to track it down in Inertia again.
Silver skin was "updated" for Ascent - That is to say, I ripped out the XUI folder so it'll use the default. Same thing.
The skins selection still isn't working. Can't figure out what I'm doing wrong. Trying to track down a developer from a client that supported that to get a clearer idea.
2010-08-24 19:12:29 -04:00

38 lines
3.0 KiB
XML

<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel border="true" bottom="-409" enabled="true" follows="left|top|right|bottom"
height="408" label="Skins" left="102" mouse_opaque="true"
name="Skins panel" width="517">
<text bottom_delta="-20" follows="left|top" font="SansSerifSmall" height="16" left="200"
name="Skin_txt1" width="512">Selected Skin</text>
<combo_box allow_text_entry="false" bottom_delta="-20" left_delta="-110" follows="left|top" height="18"
max_chars="200" mouse_opaque="true" name="custom_skin_combo" width="300"
control_name="custom_skin_combo" tool_tip=""/>
<text bottom_delta="-22" follows="left|top" font="SansSerifSmall" height="16" left_delta="20"
name="Skin_txt2" width="512">Primary Author</text>
<view_border blevel_style="in" bottom_delta="-18" follows="left|top" height="16" left_delta="-0"
mouse_opaque="false" name="custom_box1" width="260"/>
<text bottom_delta="-0" follows="left|top" font="SansSerifSmall" height="16" left_delta="3"
name="custom_skin_author" width="512">skin author</text>
<text bottom_delta="-22" follows="left|top" font="SansSerifSmall" height="16" left_delta="-3"
name="Skin_txt3" width="512">Additional Authors</text>
<view_border blevel_style="in" bottom_delta="-18" follows="left|top" height="16" left_delta="-0"
mouse_opaque="false" name="custom_box2" width="260"/>
<text bottom_delta="-0" follows="left|top" font="SansSerifSmall" height="16" left_delta="3"
name="custom_skin_ad_authors" width="512">additional skin authors</text>
<text bottom_delta="-22" follows="left|top" font="SansSerifSmall" height="16" left_delta="-3"
name="Skin_txt4" width="512">Skin folder</text>
<view_border blevel_style="in" bottom_delta="-18" follows="left|top" height="16" left_delta="-0"
mouse_opaque="false" name="custom_box3" width="260"/>
<text bottom_delta="-0" follows="left|top" font="SansSerifSmall" height="16" left_delta="3"
name="custom_skin_folder" width="512">skin folder</text>
<button scale_image="true" image_selected="skin_thumbnail_default.png" image_unselected="skin_thumbnail_default.png" image_hover_selected="skin_thumbnail_default.png" image_hover_unselected="skin_thumbnail_default.png"
bottom_delta="-150" default_image_name="None" follows="left|top" label="" width="300" height="130"
left_delta="-20" mouse_opaque="true" name="custom_skin_preview" tool_tip="Skin Preview" />
<text bottom_delta="-22" follows="left|top" font="SansSerifSmall" height="16" left_delta="110"
name="Skin_txt5" width="512">Additional info</text>
<text_editor bottom_delta="-100" embedded_items="false"
enabled="false" follows="left|top" font="SansSerifSmall" height="100"
is_unicode="false" left_delta="-135" max_length="511" mouse_opaque="true"
name="custom_skin_info" width="350" word_wrap="true" />
</panel>