WoWInterface SVN ColoredTooltips

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 27 to Rev 28
    Reverse comparison

Rev 27 → Rev 28

trunk/ColoredTooltips/ColoredTooltips.toc
1,7 → 1,7
## Interface: 80300
## Interface: 90001
## Title: Colored Tooltips
## Notes: Sets tooltip background colors based on targeted unit
## Version: 1.4.4
## Version: 1.4.5
## Author: Kharthus
## SavedVariables: ColoredTooltips_Config
ColoredTooltips.xml
trunk/ColoredTooltips/ColoredTooltips.xml
35,28 → 35,16
</Scripts>
</CheckButton>
 
<Frame name="ColoredTooltipsOptions" toplevel="true" frameStrata="MEDIUM" movable="true" enableMouse="true" hidden="true" parent="UIParent">
<Frame name="ColoredTooltipsOptions" toplevel="true" frameStrata="MEDIUM" movable="true" enableMouse="true" hidden="true" parent="UIParent" inherits="BackdropTemplate">
<Size>
<AbsDimension x="300" y="370" />
</Size>
<Anchors>
<Anchor point="CENTER" />
</Anchors>
<Backdrop bgFile="Interface\DialogFrame\UI-DialogBox-Background" edgeFile="Interface\DialogFrame\UI-DialogBox-Border"
tile="true">
<BackgroundInsets>
<AbsInset left="11" right="12" top="12" bottom="11" />
<Size>
<AbsDimension x="128" y="17" />
</Size>
</BackgroundInsets>
<TileSize>
<AbsValue val="32" />
</TileSize>
<EdgeSize>
<AbsValue val="32" />
</EdgeSize>
</Backdrop>
<KeyValues>
<KeyValue key="backdropInfo" value="BACKDROP_DIALOG_32_32" type="global"/>
</KeyValues>
<Layers>
<Layer level="ARTWORK">
<Texture name="ColoredTooltipsTitle" file="Interface\DialogFrame\UI-DialogBox-Header">
171,7 → 159,7
 
</Frames>
<Scripts>
<OnLoad>
<OnLoad inherit="prepend">
ColoredTooltipsOptions_OnLoad();
</OnLoad>
<OnShow>