Advertisement
Guest User

Alexandrea Fride - hide sl2.0 im popup

a guest
Feb 24th, 2010
1,299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.60 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <!-- xml panel_instant_message.xml edited to hide im chat popup -->
  3. <!-- Changed height to -10 origninal 152 -->
  4. <!-- Changed left to -9000 origninal 0 -->
  5. <!-- Changed width to -10 origninal 305 -->
  6. <!-- added visible="false" -->
  7. <panel
  8. background_visible="true"
  9. height="-10"
  10. label="im_panel"
  11. layout="topleft"
  12. left="-9000"
  13. name="im_panel"
  14. top="0"
  15. visible="false"
  16. width="-10">
  17.     <!-- Changed message_max_lines_count to 0 origninal 6 -->
  18.     <string
  19.     name="message_max_lines_count">
  20.         0
  21.     </string>
  22.     <!-- added visible="false" -->
  23.     <panel
  24.      visible="false"
  25.     background_visible="true"
  26.     bevel_style="in"
  27.     bg_alpha_color="black"
  28.     follows="top"
  29.     height="24"
  30.     label="im_header"
  31.     layout="topleft"
  32.     left="5"
  33.     mouse_opaque="false"
  34.     name="im_header"
  35.     top="5"
  36.     width="295">
  37.         <avatar_icon
  38.         follows="right"
  39.         height="18"
  40.         image_name="Generic_Person"
  41.         layout="topleft"
  42.         left="3"
  43.         mouse_opaque="false"
  44.         name="avatar_icon"
  45.         top="3"
  46.         width="18" />
  47.         <group_icon
  48.         follows="right"
  49.         height="18"
  50.         default_icon_name="Generic_Group"
  51.         layout="topleft"
  52.         left="3"
  53.         mouse_opaque="false"
  54.         name="group_icon"
  55.         top="3"
  56.         width="18" />
  57.         <avatar_icon
  58.         color="Green"
  59.         follows="right"
  60.         height="18"
  61.         image_name="Generic_Person"
  62.         layout="topleft"
  63.         left="3"
  64.         mouse_opaque="false"
  65.         name="adhoc_icon"
  66.         top="3"
  67.         width="18" />
  68.         <text
  69.         follows="left|right"
  70.         font.style="BOLD"
  71.         height="12"
  72.         layout="topleft"
  73.         left_pad="5"
  74.         name="user_name"
  75.         text_color="white"
  76.         top="8"
  77.         use_ellipses="true"
  78.         value="Erica Vader"
  79.         width="212" />
  80.      <!-- TIME STAMP -->
  81.         <text
  82.        font="SansSerifSmall"
  83.         follows="right"
  84.         height="13"
  85.         layout="topleft"
  86.      halign="right"
  87.         right="-5"
  88.         name="time_box"
  89.         top="8"
  90.         value="23:30"
  91.         width="50" />
  92.     </panel>
  93.     <!-- added visible="false" -->
  94.     <text
  95.     visible="false"
  96.        font="SansSerifSmall"
  97.     follows="all"
  98.     height="97"
  99.     layout="topleft"
  100.     left="10"
  101.     name="message"
  102.     text_color="white"
  103.     top="33"
  104.     use_ellipses="true"
  105.     value=""
  106.     width="285"
  107.     word_wrap="true"
  108.     max_length="350" />
  109. </panel>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement