blob: e1f07a49e78604691e765280b13e720a995145be (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater
legacy_header_height="18"
bevel_style="in"
left="0"
top="0"
follows="right|bottom"
layout="topleft"
name="notification_chiclet"
help_topic="notification_chiclet"
save_rect="true"
title="NOTIFICATIONS"
width="320"
min_width="320"
height="23"
can_minimize="true"
can_tear_off="false"
can_resize="false"
can_drag_on_left="false"
can_close="false"
can_dock="true"
>
<flat_list_view
color="FloaterDefaultBackgroundColor"
follows="all"
layout="topleft"
name="notification_list"
left="1"
top="20"
height="0"
width="318"/>
</floater>
|