summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_pick_info.xml
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/skins/default/xui/en/panel_pick_info.xml')
-rw-r--r--indra/newview/skins/default/xui/en/panel_pick_info.xml78
1 files changed, 41 insertions, 37 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_pick_info.xml b/indra/newview/skins/default/xui/en/panel_pick_info.xml
index 7d5ae3d78a..a67ae59b4a 100644
--- a/indra/newview/skins/default/xui/en/panel_pick_info.xml
+++ b/indra/newview/skins/default/xui/en/panel_pick_info.xml
@@ -1,43 +1,47 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
- bevel_style="in"
- follows="left|top|right|bottom"
+ background_visible="true"
+ follows="all"
height="570"
layout="topleft"
left="0"
+ min_height="350"
name="panel_pick_info"
top="0"
width="333">
<button
- follows="top|left"
- height="25"
- width="25"
+ follows="top|right"
+ height="23"
image_overlay="BackArrow_Off"
layout="topleft"
name="back_btn"
picture_style="true"
left="10"
- top="7" />
+ tab_stop="false"
+ top="2"
+ width="23" />
<text
- follows="top|left"
+ follows="top|left|right"
font="SansSerifHugeBold"
- height="22"
+ height="26"
layout="topleft"
- left_pad="15"
+ left_pad="10"
name="title"
text_color="white"
+ top="0"
value="Pick Info"
- width="270" />
+ use_elipsis="true"
+ width="275" />
<scroll_container
color="DkGray2"
opaque="true"
follows="all"
- height="470"
+ height="500"
layout="topleft"
left="10"
top_pad="10"
name="profile_scroll"
- reserve_scroll_corner="true"
+ reserve_scroll_corner="false"
width="313">
<panel
name="scroll_content_panel"
@@ -57,11 +61,11 @@
left="10"
name="pick_snapshot"
top="20"
- width="280" />
+ width="290" />
<text
follows="left|top|right"
- height="20"
- width="280"
+ height="35"
+ width="290"
layout="topleft"
font="SansSerifBig"
font.style="BOLD"
@@ -70,14 +74,14 @@
name="pick_name"
text_color="white"
value="[name]"
- word_wrap="true" />
+ use_ellipses="true" />
<text
follows="left|top"
height="25"
layout="topleft"
left="10"
name="pick_location"
- width="280"
+ width="290"
word_wrap="true"
value="[loading...]" />
<text
@@ -86,47 +90,47 @@
layout="topleft"
left="10"
name="pick_desc"
- width="280"
+ width="290"
value="[description]"
word_wrap="true" />
</panel>
</scroll_container>
<panel
follows="left|right|bottom"
- height="30"
+ height="20"
layout="topleft"
- top_pad="5"
+ top_pad="8"
left="10"
name="buttons">
<button
follows="bottom|left"
- font="SansSerifSmallBold"
- height="25"
- label="Edit"
+ font="SansSerifSmall"
+ height="19"
+ label="Teleport"
layout="topleft"
left="0"
- name="edit_btn"
+ name="teleport_btn"
top="0"
- width="80" />
+ width="90" />
<button
follows="bottom|left"
- font="SansSerifSmallBold"
- height="25"
- label="Teleport"
+ font="SansSerifSmall"
+ height="19"
+ label="Map"
layout="topleft"
- left_pad="5"
- name="teleport_btn"
+ left_pad="10"
+ name="show_on_map_btn"
top="0"
- width="80" />
+ width="90" />
<button
follows="bottom|left"
- font="SansSerifSmallBold"
- height="25"
- label="Map"
+ font="SansSerifSmall"
+ height="19"
+ label="Edit"
layout="topleft"
- left_pad="5"
- name="show_on_map_btn"
+ right="-1"
+ name="edit_btn"
top="0"
- width="80" />
+ width="90" />
</panel>
</panel>