Skip to content

Commit f52bc9d

Browse files
committed
- Updated to 4.4.2
- Fixed deprecated methods
1 parent efc5f91 commit f52bc9d

File tree

2 files changed

+14
-11
lines changed

2 files changed

+14
-11
lines changed

PallyPowerLite.toc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Title: PallyPower Lite
2-
## Version: 1.0.7
2+
## Version: 1.0.8
33
## Author: freegman
4-
## Interface: 40400
4+
## Interface: 40402
55
## Notes: Helper for Paladins assignment and tracking buffs and auras in Raid/Party
66
## DefaultState: enabled
77
## Dependencies:

PallyPowerLite.xml

+12-9
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
</Anchor>
173173
</Anchors>
174174
</Texture>
175-
<Texture texCoords="" name="$parentRoleIcon" file="Interface\LFGFrame\UI-LFG-ICON-ROLES">
175+
<Texture name="$parentRoleIcon" file="Interface\LFGFrame\UI-LFG-ICON-ROLES">
176176
<Size>
177177
<AbsDimension x="18" y="18" />
178178
</Size>
@@ -197,7 +197,7 @@
197197
</Anchor>
198198
</Anchors>
199199
</FontString>
200-
<Texture texCoords="" name="$parentHolyIcon" file="Interface\Icons\spell_holy_holybolt">
200+
<Texture name="$parentHolyIcon" file="Interface\Icons\spell_holy_holybolt">
201201
<Size>
202202
<AbsDimension x="16" y="16" />
203203
</Size>
@@ -221,7 +221,7 @@
221221
</Anchor>
222222
</Anchors>
223223
</FontString>
224-
<Texture texCoords="" name="$parentProtIcon" file="Interface\Icons\spell_holy_devotionaura">
224+
<Texture name="$parentProtIcon" file="Interface\Icons\spell_holy_devotionaura">
225225
<Size>
226226
<AbsDimension x="16" y="16" />
227227
</Size>
@@ -245,7 +245,7 @@
245245
</Anchor>
246246
</Anchors>
247247
</FontString>
248-
<Texture texCoords="" name="$parentRetriIcon" file="Interface\Icons\spell_holy_auraoflight">
248+
<Texture name="$parentRetriIcon" file="Interface\Icons\spell_holy_auraoflight">
249249
<Size>
250250
<AbsDimension x="16" y="16" />
251251
</Size>
@@ -403,17 +403,20 @@
403403
</Layer>
404404
</Layers>
405405
</Button>
406-
<Button name="PPLOverlayButtonTemplate" inherits="SecureActionButtonTemplate" virtual="true" enableMouse="true">
406+
<Button name="PPLOverlayButtonTemplate" inherits="SecureActionButtonTemplate,BackdropTemplate" virtual="true" enableMouse="true">
407407
<Size>
408408
<AbsDimension x="80" y="36" />
409409
</Size>
410-
<Backdrop bgFile="Interface\Buttons\WHITE8X8" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
410+
<KeyValues>
411+
<KeyValue key="backdropInfo" value="PALLYPOWERLIGHT_BACKDROP_LAYOUT_16_16" keyType="string" type="global" />
412+
</KeyValues>
413+
<!--<Backdrop bgFile="Interface\Buttons\WHITE8X8" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
411414
<BackgroundInsets>
412415
<AbsInset left="3" right="3" top="3" bottom="3" />
413416
</BackgroundInsets>
414417
<TileSize val="16" />
415418
<EdgeSize val="16" />
416-
</Backdrop>
419+
</Backdrop>-->
417420
<Attributes>
418421
<Attribute name="type1" value="spell"/>
419422
<Attribute name="spell" value=""/>
@@ -446,13 +449,13 @@
446449
<KeyValues>
447450
<KeyValue key="backdropInfo" value="BACKDROP_DARK_DIALOG_32_32" keyType="string" type="global" />
448451
</KeyValues>
449-
<Backdrop bgFile="Interface\DialogFrame\UI-DialogBox-Background-Dark" edgeFile="Interface\DialogFrame\UI-DialogBox-Border" tile="true">
452+
<!--<Backdrop bgFile="Interface\DialogFrame\UI-DialogBox-Background-Dark" edgeFile="Interface\DialogFrame\UI-DialogBox-Border" tile="true">
450453
<BackgroundInsets>
451454
<AbsInset left="11" right="12" top="12" bottom="11" />
452455
</BackgroundInsets>
453456
<TileSize val="32" />
454457
<EdgeSize val="32" />
455-
</Backdrop>
458+
</Backdrop>-->
456459
<Layers>
457460
<Layer>
458461
<Texture name="$parentTitleImage" file="Interface\DialogFrame\UI-DialogBox-Header">

0 commit comments

Comments
 (0)