summaryrefslogtreecommitdiff
path: root/resource/ui/econ/notificationtoastcontainer.res
blob: 2c0fbbef5ad23cc2b9d2a3256262d41452d521cd (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"			"CyanBorder"
	}

	"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"				"Cerbetica10"
		"textinsetx"		"2"
		"textinsety"		"7"
	}
}