blob: 562c9f1cca562d17a2ea4beaa1d8ada3c64987d2 (
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
|
"Resource/UI/NotificationToastContainer.res"
{
"NotificationToastContainer"
{
"ControlName" "CNotificationToastControl"
"fieldName" "NotificationToastContainer"
"xpos" "0"
"ypos" "0"
"zpos" "1"
"wide" "150"
"tall" "50"
"visible" "1"
"enabled" "1"
"bgcolor_override" "DarkGrey"
"border" "CyanBorderThick"
}
"HelpTextLabel"
{
"ControlName" "CExLabel"
"fieldName" "HelpTextLabel"
"fgcolor" "RedSolid"
"xpos" "5"
"ypos" "0"
"zpos" "2"
"wide" "140"
"tall" "38"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"wrap" "1"
"labelText" ""
"textAlignment" "North"
"font" "TFFontSmall"
"textinsetx" "2"
"textinsety" "7"
}
}
|