<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
 bevel_style="in"
 follows="left|top|right|bottom"
 height="570"
 layout="topleft"
 left="0"
 name="panel_pick_info"
 top="0"
 width="333">
    <button
     follows="top|left"
     height="25"
     width="25"
     image_overlay="BackArrow_Off"
     layout="topleft"
     name="back_btn"
     picture_style="true"
     left="10"
     top="7" />
    <text
     follows="top|left"
     font="SansSerifHugeBold"
     height="22"
     layout="topleft"
     left_pad="15"
     name="title"
     text_color="white"
     value="Pick Info"
     width="270" />
    <scroll_container
     color="DkGray2"
     opaque="true"
     follows="left|top|bottom"
     height="490"
     layout="topleft"
     left="10"
     top_pad="10"
     name="profile_scroll"
     reserve_scroll_corner="true"
     width="313">
    <panel
     name="scroll_content_panel"
     follows="left|top|right|bottom"
     min_height="300"
     layout="topleft"
     top="0"
     background_visible="false"
     height="488"
     left="0"
     width="311">
        <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="20"
         width="291"
         layout="topleft"
         font="SansSerifBig"
         font.style="BOLD"
         left="10"
         top_pad="10"
         name="pick_name"
         text_color="white"
         value="[name]"
         word_wrap="true" />
        <text
         follows="left|top"
         height="25"
         layout="topleft"
         left="10"
         name="pick_location"
         width="291"
         word_wrap="true"
         value="[loading...]" />
        <text
         follows="left|top|right"
         height="400"
         layout="topleft"
         left="10"
         name="pick_desc"
         width="290"
         value="[description]"
         word_wrap="true" />
    </panel>
    </scroll_container>
    <panel
     follows="left|right|bottom"
     height="30"
     layout="topleft"
     top_pad="5"
     left="10"
     name="buttons">
        <button
         follows="bottom|left"
         font="SansSerifSmallBold"
         height="25"
         label="Edit"
         layout="topleft"
         left="0"
         name="edit_btn"
         top="0"
         width="80" />
        <button
         follows="bottom|left"
         font="SansSerifSmallBold"
         height="25"
         label="Teleport"
         layout="topleft"
         left_pad="5"
         name="teleport_btn"
         top="0"
         width="80" />
        <button
         follows="bottom|left"
         font="SansSerifSmallBold"
         height="25"
         label="Map"
         layout="topleft"
         left_pad="5"
         name="show_on_map_btn"
         top="0"
         width="80" />
    </panel>
</panel>