blob: 96fe0aa70c1f6b9dac0ef30aa8a297177490a917 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
legacy_header_height="18"
name="floater_activeim"
help_topic="floater_activeim"
title="ACTIVE IM"
top="26"
left="0"
height="22"
width="320"
follows="right|bottom"
background_visible="true"
can_close="true"
can_dock="true"
can_minimize="false"
visible="true"
bg_alpha_color="0 0 0 0">
<scroll_container
follows="top|bottom"
layout="topleft"
top="20"
left="1"
width="320"
height="2"
name="panel_list_container">
<scrolling_panel_list
follows="left|right"
layout="topleft"
left="1"
name="chiclet_row_panel_list"
width="318"/>
</scroll_container>
</floater>
|