- small framework fix.

This commit is contained in:
Tercio
2016-07-12 16:47:14 -03:00
parent d163e584a9
commit 8bfd6369d7
3 changed files with 8 additions and 5 deletions
+3 -1
View File
@@ -19,7 +19,7 @@
</Layer>
<Layer level="OVERLAY">
<Texture name="$parent_TextureDisabled" setAllPoints="true" hidden="true" parentKey="texture_disabled" file = "Interface\AddOns\Details\images\button_disable_overlay"/>
<Texture name="$parent_TextureDisabled" setAllPoints="true" hidden="true" parentKey="texture_disabled" file = "Interface\Tooltips\UI-Tooltip-Background"/>
</Layer>
</Layers>
@@ -28,6 +28,8 @@
<OnDisable>
self.texture_disabled:Show()
self.texture_disabled:SetVertexColor (0, 0, 0)
self.texture_disabled:SetAlpha (.5)
</OnDisable>
<OnEnable>
+4 -3
View File
@@ -79,15 +79,15 @@
<Anchor point="TOPLEFT" relativeTo="$Parent" relativePoint="BOTTOMLEFT"/>
</Anchors>
<Backdrop bgFile="Interface\AddOns\Details\images\background" edgeFile="Interface\AddOns\Details\images\border_3" tile="true">
<Backdrop bgFile="Interface\AddOns\Details\images\background" edgeFile="Interface\Buttons\WHITE8X8" tile="true">
<EdgeSize>
<AbsValue val="16"/>
<AbsValue val="1"/>
</EdgeSize>
<TileSize>
<AbsValue val="256"/>
</TileSize>
<BackgroundInsets>
<AbsInset left="4" right="4" top="4" bottom="5"/>
<AbsInset left="0" right="0" top="0" bottom="0"/>
</BackgroundInsets>
</Backdrop>
@@ -97,6 +97,7 @@
</OnHide>
<OnLoad>
self:SetBackdropColor (0, 0, 0, 0.95);
self:SetBackdropBorderColor (.2, .20, .20, 0.95);
</OnLoad>
</Scripts>
+1 -1
View File
@@ -1,5 +1,5 @@
local dversion = 16
local dversion = 19
local major, minor = "DetailsFramework-1.0", dversion
local DF, oldminor = LibStub:NewLibrary (major, minor)