summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_pick_info.xml
diff options
context:
space:
mode:
authorBryan O'Sullivan <bos@lindenlab.com>2009-09-08 14:28:31 -0700
committerBryan O'Sullivan <bos@lindenlab.com>2009-09-08 14:28:31 -0700
commit76001ce3f0b53391c674f315855017b78a3a2873 (patch)
treea2c74f15dcf8c611ce87c4cb6c3a5751e9b8d9e3 /indra/newview/skins/default/xui/en/panel_pick_info.xml
parent40743eaf99c9cbfee08f0bb44bc7c614bc660f34 (diff)
parent2ed83382a1dd84575536c16e248a602ba96755cd (diff)
Merge
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.xml114
1 files changed, 42 insertions, 72 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 80fa99c257..c330116702 100644
--- a/indra/newview/skins/default/xui/en/panel_pick_info.xml
+++ b/indra/newview/skins/default/xui/en/panel_pick_info.xml
@@ -8,24 +8,6 @@
name="panel_pick_info"
top="0"
width="255">
- <scroll_container
- color="DkGray2"
- follows="left|top|right|bottom"
- height="300"
- layout="topleft"
- left="0"
- name="profile_scroll"
- reserve_scroll_corner="true"
- opaque="true"
- width="255">
- <panel
- name="scroll_content_panel"
- follows="left|top|right"
- layout="topleft"
- top="0"
- left="0"
- width="240"
- height="575">
<text
follows="top"
font="SansSerifHugeBold"
@@ -47,6 +29,24 @@
right="-20"
top="7"
width="20" />
+ <scroll_container
+ color="DkGray2"
+ follows="left|top|right|bottom"
+ height="300"
+ layout="topleft"
+ left="0"
+ name="profile_scroll"
+ reserve_scroll_corner="true"
+ opaque="true"
+ width="255">
+ <panel
+ name="scroll_content_panel"
+ follows="left|top|right"
+ layout="topleft"
+ top="0"
+ left="0"
+ width="240"
+ height="575">
<panel
background_visible="true"
bg_alpha_color="DkGray2"
@@ -55,80 +55,51 @@
layout="topleft"
left="0"
min_height="300"
- top="30"
- width="255">
+ top="0"
+ width="220">
<texture_picker
enabled="false"
follows="left|top|right"
- height="300"
+ height="190"
layout="topleft"
left="10"
name="pick_snapshot"
- top="10"
- width="245" />
- <text
- follows="left|top"
- font="SansSerifBigBold"
- height="15"
- layout="topleft"
- left="10"
- name="Name:"
- text_color="white"
- value="Name:" />
+ top="20"
+ width="220" />
<text
follows="left|top|right"
- height="15"
+ height="20"
layout="topleft"
+ font="SansSerif"
+ font.style="BOLD"
left="10"
name="pick_name"
- right="-10"
text_color="white"
value="[name]"
word_wrap="true" />
<text
follows="left|top"
- font="SansSerifBigBold"
- height="15"
+ height="30"
layout="topleft"
left="10"
- name="description_label"
+ name="pick_location"
text_color="white"
- top_pad="20"
- valign="center"
- value="Description:" />
+ top_pad="10"
+ width="255"
+ word_wrap="true"
+ value="[loading...]" />
<text
follows="left|top|right"
- height="60"
+ height="150"
layout="topleft"
left="10"
+ top_pad="20"
name="pick_desc"
- right="-10"
text_color="white"
- valign="center"
+ width="225"
value="[description]"
- width="255"
word_wrap="true" />
- <text
- follows="left|top"
- font="SansSerifBigBold"
- height="20"
- layout="topleft"
- left="10"
- name="location_label"
- text_color="white"
- top_pad="20"
- valign="bottom"
- value="Location:" />
- <text
- follows="left|top"
- height="30"
- layout="topleft"
- left="10"
- name="pick_location"
- text_color="white"
- valign="center"
- value="[loading...]" />
- </panel>
+ </panel>
</panel>
</scroll_container>
<panel
@@ -136,9 +107,8 @@
height="30"
layout="topleft"
top_pad="2"
- left="8"
- name="buttons"
- right="-10">
+ left="10"
+ name="buttons">
<button
follows="bottom|left"
font="SansSerifSmallBold"
@@ -148,14 +118,14 @@
left="0"
name="edit_btn"
top="0"
- width="50" />
+ width="80" />
<button
follows="bottom|left"
font="SansSerifSmallBold"
height="25"
label="Teleport"
layout="topleft"
- left_pad="2"
+ left_pad="3"
name="teleport_btn"
top="0"
width="80" />
@@ -165,9 +135,9 @@
height="25"
label="Map"
layout="topleft"
- left_pad="2"
+ left_pad="3"
name="show_on_map_btn"
top="0"
- width="100" />
+ width="80" />
</panel>
</panel>