Mercurial > wow > hansgar_and_franzok_assist
diff Libs/DF/button.xml @ 39:7944c081e5b4
- framework update.
- ToC Update.
| author | Tercio |
|---|---|
| date | Tue, 19 Jul 2016 13:23:40 -0300 |
| parents | 2f09fe4be15c |
| children | 0682d738499b |
line wrap: on
line diff
--- a/Libs/DF/button.xml Mon Jul 04 23:06:23 2016 -0300 +++ b/Libs/DF/button.xml Tue Jul 19 13:23:40 2016 -0300 @@ -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>
