forked from purogamer/Fluent-for-Steam
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSharedLibraryNotification.res
77 lines (76 loc) · 1.42 KB
/
SharedLibraryNotification.res
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
"resource/SharedLibraryNotification.res"
{
"SharedLibraryNotification"
{
"ControlName" "SharedLibraryNotification"
"fieldName" "SharedLibraryNotification"
"xpos" "0"
"ypos" "0"
"wide" "240"
"tall" "75"
"AutoResize" "0"
"PinCorner" "0"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"paintbackground" "1"
style="notification"
}
"ImageAvatar"
{
"ControlName" "ImagePanel"
"fieldName" "ImageAvatar"
"xpos" "16"
"ypos" "16"
"wide" "42"
"tall" "42"
"AutoResize" "0"
"PinCorner" "0"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"paintbackground" "1"
"gradientVertical" "0"
"scaleImage" "0"
}
"LabelInfo"
{
"ControlName" "Label"
"fieldName" "LabelInfo"
"xpos" "64"
"ypos" "16"
"wide" "172"
"tall" "42"
"AutoResize" "0"
"PinCorner" "0"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"paintbackground" "1"
"labelText" "#Friends_InGameNotification_Info"
"textAlignment" "north-west"
"wrap" "1"
"font" FriendsSmall
}
"DarkenedRegion"
{
"controlname" "imagepanel"
"fieldname" "DarkenedRegion"
"xpos" "0"
"ypos" "74"
"wide" "240"
"tall" "24"
"fillcolor" "Black"
"zpos" "-1"
}
colors
{
Black="0 0 0 0"
}
layout
{
place { control="ImageAvatar" x=13 y=13 }
place { control="LabelInfo" x=67 dir=down margin=11 margin-left=0 margin-bottom=0 }
place { control="LabelHotkey" y=76 width=250 }
}
}