blob: b5ae9db7e92d27aece30a71ef186247af3f4f724 (
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater
legacy_header_height="18"
bevel_style="in"
layout="topleft"
name="floater_notifications_tabbed"
help_topic="notification_chiclet"
save_rect="true"
title="NOTIFICATIONS"
width="350"
min_width="435"
height="550"
min_height="150"
can_minimize="false"
can_tear_off="false"
can_resize="true"
can_drag_on_left="false"
can_dock="true"
save_dock_state="true"
save_visibility="true"
single_instance="true"
>
<floater.string
name="system_tab_title">
System ([COUNT])
</floater.string>
<floater.string
name="transactions_tab_title">
Transactions ([COUNT])
</floater.string>
<floater.string
name="group_invitations_tab_title">
Invitations ([COUNT])
</floater.string>
<floater.string
name="group_notices_tab_title">
Group ([COUNT])
</floater.string>
<string
name="title_notification_tabbed_window">
NOTIFICATIONS
</string>
<layout_stack
width="336"
height="533"
enabled="true"
orientation="vertical"
name="TabButtonsStack"
follows="left|top|right|bottom"
top="17">
<layout_panel
width="336"
height="530"
enabled="true"
name="TabButtonsLayoutPanel">
<tab_container
follows="left|top|right|bottom"
halign="center"
layout="topleft"
tab_position="top"
left="7"
top="7"
width="336"
height="491"
mouse_opaque="true"
name="notifications_tab_container">
<panel
border="true"
bevel_style="none"
follows="left|top|right|bottom"
label="System (0)"
layout="topleft"
name="system_notification_list_tab">
<notification_list_view
color="FloaterDefaultBackgroundColor"
follows="all"
layout="topleft"
name="system_notification_list"
left="0"
top="5"
height="0"
width="330"/>
</panel>
<panel
border="true"
bevel_style="none"
follows="left|top|right|bottom"
label="Transactions (0)"
layout="topleft"
name="transaction_notifications_tab">
<notification_list_view
color="FloaterDefaultBackgroundColor"
follows="all"
layout="topleft"
name="transaction_notification_list"
left="0"
top="5"
height="0"
width="328"/>
</panel>
<panel
border="true"
bevel_style="none"
follows="left|top|right|bottom"
label="Invitations (0)"
layout="topleft"
name="group_invite_notifications_tab">
<notification_list_view
color="FloaterDefaultBackgroundColor"
follows="all"
layout="topleft"
name="group_invite_notification_list"
left="0"
top="5"
height="0"
width="328"/>
</panel>
<panel
border="true"
bevel_style="none"
follows="left|top|right|bottom"
label="Group (0)"
layout="topleft"
name="group_notice_notifications_tab">
<notification_list_view
color="FloaterDefaultBackgroundColor"
follows="all"
layout="topleft"
name="group_notice_notification_list"
left="0"
top="5"
height="0"
width="328"/>
</panel>
</tab_container>
<layout_stack width="336" height="26" enabled="true" orientation="horizontal" follows="left|right" name="ButtonsStack">
<layout_panel width="93" height="30" enabled="true" name="CondenseAllButtonPanel">
<button width="93" height="21" left="2" label="Collapse all" name="collapse_all_button">
</button>
</layout_panel>
<layout_panel width="93" height="30" enabled="true" name="GapLayoutPanel">
<panel width="90" height="21" left="2" label="Gap Panel" border="false" name="GapPanel">
</panel>
</layout_panel>
<layout_panel width="100" height="30" enabled="true" name="DeleteAllButtonPanel">
<button width="93" height="21" left="0" label="Delete all" follows="right" name="delete_all_button">
</button>
</layout_panel>
</layout_stack>
</layout_panel>
</layout_stack>
</floater>
|