vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 local L = AceLibrary("AceLocale-2.0"):new("ag_UnitFrames")
2  
3 aUF.Layouts.Compact = {
4 Name = "Compact",
5 Tip = "Compact Tip",
6 ResizeBars = true,
7 BackgroundBarColor = false,
8 AlphaBar = false,
9 RaidColorName == false,
10 ComboGFX = true,
11 ResizableBar = true,
12  
13 ThemeData = {
14 all = {
15 FrameHeight = 28,
16 FrameWidth = 170,
17  
18 Combo1 = { Point = "BOTTOMRIGHT",
19 RelativePoint = "BOTTOMRIGHT",
20 x = 1,
21 y = -1,
22 Height = 10,
23 HeightAdd = 0,
24 Width = 10,
25 },
26  
27 HealthBar_BG = { Point = "TOPLEFT",
28 RelativePoint = "TOPLEFT",
29 x = 9,
30 y = -15,
31 Visibility = {"HealthBar_BG","HealthBar","BarHealthText","HealthText",},
32 Height = 6,
33 Width = 82,
34 },
35  
36 ManaBar_BG = { Point = "TOPLEFT",
37 RelativePoint = "TOPLEFT",
38 x = 9,
39 y = -23,
40 Visibility = {"ManaBar_BG","ManaBar","BarManaText","ManaText","ClassText",},
41 Height = 6,
42 Width = 82,
43 HeightAdd = 7,
44 },
45  
46 XPBar_BG = { Point = "TOPRIGHT",
47 RelativePoint = "TOPRIGHT",
48 x = -9,
49 y = -9,
50 Visibility = {"XPBar_BG","XPBar","XPBar_Rest"},
51 Width = 22,
52 Height = 4,
53 Hide = "ClassText",
54 },
55  
56 NameBackground= { Point = "TOPLEFT",
57 RelativePoint = "TOPLEFT",
58 x=6,
59 y=-2,
60 Height = 15,
61 Width = 158,
62 },
63 Happiness = { Point = "TOPLEFT",
64 RelativePoint = "TOPLEFT",
65 x=6,
66 y=-2,
67 Height = 15,
68 Width = 82,
69 Visibility = {"Happiness",},
70 },
71  
72 NameLabel = { Font = L"Fonts\\FRIZQT__.TTF",
73 FontSize = 9,
74 Width = 84,
75 Point = "TOPLEFT",
76 RelativePoint = "TOPLEFT",
77 x =7,
78 y =-9,
79 },
80  
81 ClassText = { Font = L"Fonts\\FRIZQT__.TTF",
82 FontSize = 8,
83 Justify = "RIGHT",
84 Width = 80,
85 Point = "TOPRIGHT",
86 RelativePoint = "TOPRIGHT",
87 x =-7,
88 y =-9,
89 },
90  
91 HealthText = { Font = "Fonts\\FRIZQT__.TTF",
92 FontSize = 8,
93 Point = "TOPRIGHT",
94 RelativePoint = "TOPRIGHT",
95 x = -7,
96 y = -12,
97 Width = 60,
98 },
99  
100 ManaText = { Font = "Fonts\\FRIZQT__.TTF",
101 FontSize = 8,
102 Point = "TOPRIGHT",
103 RelativePoint = "TOPRIGHT",
104 x = -7,
105 y = -20,
106 Width = 60,
107 },
108  
109 BarHealthText = { Font = "Fonts\\FRIZQT__.TTF",
110 FontSize = 8,
111 RelativeTo = "HealthBar_BG",
112 Point = "CENTER",
113 RelativePoint = "CENTER",
114 x=0,
115 y=0,
116 Width = 60,
117 },
118  
119 BarManaText = { Font = "Fonts\\FRIZQT__.TTF",
120 FontSize = 8,
121 RelativeTo = "ManaBar_BG",
122 Point = "CENTER",
123 RelativePoint = "CENTER",
124 x=0,
125 y=0,
126 Width = 60,
127 },
128  
129 PVPIcon = { Point = "TOPRIGHT",
130 RelativePoint = "TOPRIGHT",
131 x = 14,
132 y= 2,
133 },
134  
135 InCombatIcon = { Hidden = true,
136 },
137  
138 RestingIcon = { Hidden = true,
139 },
140  
141 RaidTargetIcon = { Point = "CENTER",
142 RelativePoint = "TOP",
143 x = 0,
144 y = -3,
145 },
146  
147 LeaderIcon = { Point = "TOPLEFT",
148 RelativePoint = "TOPLEFT",
149 x = -2,
150 y= 2,
151 },
152  
153 MasterIcon = { Point = "TOPLEFT",
154 RelativePoint = "TOPLEFT",
155 x = -5,
156 y= 2,
157 },
158 },
159 },
160 }