diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-14 13:55:00 -0800 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-14 13:55:00 -0800 |
commit | 04fe0399443cf4a5852e94cd3950ba1fd2d50562 (patch) | |
tree | 805e57d9bc12d869e87994380d5b023137fef48f /indra/newview/skins/default/xui/en/panel_pick_info.xml | |
parent | af2cbcee129911cb4e1d25fbd710d755c13b0282 (diff) |
Backed out changeset d5b761982e63
This got pushed too early - sorry. Sigh.
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.xml | 33 |
1 files changed, 14 insertions, 19 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 9c7f38e688..f68202d287 100644 --- a/indra/newview/skins/default/xui/en/panel_pick_info.xml +++ b/indra/newview/skins/default/xui/en/panel_pick_info.xml @@ -40,30 +40,31 @@ left="10" top_pad="10" name="profile_scroll" + reserve_scroll_corner="false" width="313"> <panel name="scroll_content_panel" - follows="left|top|right" + follows="left|top" min_height="300" layout="topleft" top="0" background_visible="false" - height="400" + height="470" left="0" - width="285"> + width="295"> <texture_picker enabled="false" - follows="left|top|right" + follows="left|top" height="197" layout="topleft" left="10" name="pick_snapshot" top="20" - width="280" /> + width="290" /> <text follows="left|top|right" height="35" - width="280" + width="290" layout="topleft" font="SansSerifBig" font.style="BOLD" @@ -74,29 +75,23 @@ value="[name]" use_ellipses="true" /> <text - follows="left|top|right" + follows="left|top" height="25" layout="topleft" left="10" name="pick_location" - width="280" + width="290" word_wrap="true" value="[loading...]" /> - <text_editor - bg_readonly_color="DkGray2" - follows="all" - height="100" - width="280" - hide_scrollbar="false" + <text + follows="left|top|right" + height="280" layout="topleft" left="10" - top_pad="2" - max_length="1023" name="pick_desc" - read_only="true" - text_readonly_color="white" + width="290" value="[description]" - wrap="true" /> + word_wrap="true" /> </panel> </scroll_container> <panel |