<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
 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|right"
     height="23"
     image_overlay="BackArrow_Off"
     layout="topleft"
     name="back_btn"
     left="10"
     tab_stop="false"
     top="2"
     width="23" />
    <text
     follows="top|left|right"
     font="SansSerifHugeBold"
     height="26"
     layout="topleft"
     left_pad="10"
     name="title"
     text_color="white"
     top="0"
     value="Pick Info"
     use_ellipses="true"
     width="275" />
    <scroll_container
     color="DkGray2"
     opaque="true"
     follows="all"
     height="500"
     layout="topleft"
     left="10"
     top_pad="10"
     name="profile_scroll"
     reserve_scroll_corner="false"
     width="313">
    <panel
     name="scroll_content_panel"
     follows="left|top"
     min_height="300"
     layout="topleft"
     top="0"
     background_visible="false"
     height="470"
     left="0"
     width="295">
        <texture_picker
         enabled="false"
         follows="left|top"
         height="197"
         layout="topleft"
         left="10"
         name="pick_snapshot"
         top="20"
         width="290" />
        <text
         follows="left|top|right"
         height="35"
         width="290"
         layout="topleft"
         font="SansSerifBig"
         font.style="BOLD"
         left="10"
         top_pad="10"
         name="pick_name"
         text_color="white"
         value="[name]"
         use_ellipses="true" />
        <text
         follows="left|top"
         height="25"
         layout="topleft"
         left="10"
         name="pick_location"
         width="290"
         word_wrap="true"
         value="[loading...]" />
        <text
         follows="left|top|right"
         height="280"
         layout="topleft"
         left="10"
         name="pick_desc"
         width="290"
         value="[description]"
         word_wrap="true" />
    </panel>
    </scroll_container>
    <panel
     follows="left|right|bottom"
     height="20"
     layout="topleft"
     top_pad="8"
     left="10"
     name="buttons">
        <button
         follows="bottom|left"
         height="19"
         label="Teleport"
         layout="topleft"
         left="0"
         name="teleport_btn"
         top="0"
         width="90" />
        <button
         follows="bottom|left"
         height="19"
         label="Map"
         layout="topleft"
         left_pad="10"
         name="show_on_map_btn"
         top="0"
         width="90" />
        <button
         follows="bottom|left"
         height="19"
         label="Edit"
         layout="topleft"
         right="-1"
         name="edit_btn"
         top="0"
         width="90" />
    </panel>
</panel>