summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_sys_well.xml
blob: be6d63716c521f9dad6025576fc996b15bb5c197 (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="true"
 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>