changeset 45:2bbf129690b0 r45-release

- framework update.
author Tercio
date Tue, 04 Apr 2017 10:36:46 -0300
parents 7f9a7d2000ea
children 15229b7d2b98
files Libs/DF/cooltip.lua Libs/DF/cooltip.xml Libs/DF/fw.lua Libs/DF/panel.lua
diffstat 4 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/Libs/DF/cooltip.lua	Tue Mar 28 19:59:18 2017 -0300
+++ b/Libs/DF/cooltip.lua	Tue Apr 04 10:36:46 2017 -0300
@@ -901,7 +901,7 @@
 		
 		function CoolTip:RefreshSpark (menuButton)
 			menuButton.spark:ClearAllPoints()
-			menuButton.spark:SetPoint ("LEFT", menuButton.statusbar, "LEFT", (menuButton.statusbar:GetValue() * (menuButton.statusbar:GetWidth() / 100)) - 3, 0)
+			menuButton.spark:SetPoint ("LEFT", menuButton.statusbar, "LEFT", (menuButton.statusbar:GetValue() * (menuButton.statusbar:GetWidth() / 100)) - 5, 0)
 			menuButton.spark2:ClearAllPoints()
 			menuButton.spark2:SetPoint ("left", menuButton.statusbar, "left", menuButton.statusbar:GetValue() * (menuButton.statusbar:GetWidth()/100) - 16, 0)
 		end
--- a/Libs/DF/cooltip.xml	Tue Mar 28 19:59:18 2017 -0300
+++ b/Libs/DF/cooltip.xml	Tue Apr 04 10:36:46 2017 -0300
@@ -173,12 +173,12 @@
 							<Color a = "1" r = "1" g = "1" b = "1" />
 						</Texture>
 						<!-- spark -->
-						<Texture name="$parent_Spark" hidden="true" parentKey="spark" file = "Interface\AddOns\Details\images\bar_detalhes2_end">
+						<Texture name="$parent_Spark" hidden="true" parentKey="spark" file = "Interface\CastingBar\UI-CastingBar-Spark" alphaMode="ADD">
 							<Size>
-								<AbsDimension x="8" y="18"/>
+								<AbsDimension x="12" y="24"/>
 							</Size>
 							<Anchors>
-								<Anchor point="LEFT" relativeTo="$parent" relativePoint="RIGHT" x="-16" y="-1"/>
+								<Anchor point="LEFT" relativeTo="$parent" relativePoint="RIGHT" x="-20" y="-1"/>
 							</Anchors>
 						</Texture>
 					</Layer>
--- a/Libs/DF/fw.lua	Tue Mar 28 19:59:18 2017 -0300
+++ b/Libs/DF/fw.lua	Tue Apr 04 10:36:46 2017 -0300
@@ -1,5 +1,5 @@
 
-local dversion = 48
+local dversion = 49
 local major, minor = "DetailsFramework-1.0", dversion
 local DF, oldminor = LibStub:NewLibrary (major, minor)
 
--- a/Libs/DF/panel.lua	Tue Mar 28 19:59:18 2017 -0300
+++ b/Libs/DF/panel.lua	Tue Apr 04 10:36:46 2017 -0300
@@ -3103,7 +3103,7 @@
 function DF:CreateGFrame (parent, w, h, linewidth, onenter, onleave, member, name)
 	local f = CreateFrame ("frame", name, parent)
 	f:SetSize (w or 450, h or 150)
-	f.CustomLine = [[Interface\AddOns\Details\Libs\LibGraph-2.0\line]]
+	--f.CustomLine = [[Interface\AddOns\Details\Libs\LibGraph-2.0\line]]
 	
 	if (member) then
 		parent [member] = f