changeset 30:d1963bd45219

- framework update.
author Tercioo
date Tue, 19 Jan 2016 09:47:24 -0200
parents 5da06cb420d4
children f79f010c4651
files Hansgar_And_Franzok_Assist.lua Libs/DF/cooltip.lua Libs/DF/fw.lua
diffstat 3 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Hansgar_And_Franzok_Assist.lua	Sat Jan 02 13:33:05 2016 -0200
+++ b/Hansgar_And_Franzok_Assist.lua	Tue Jan 19 09:47:24 2016 -0200
@@ -19,7 +19,7 @@
 --local f = CreateFrame ("frame", "Hansgar_And_Franzok_Assist", UIParent)
 local f = DF:Create1PxPanel (_, 155, 166, "Hans & Franz", "Hansgar_And_Franzok_Assist", nil, "top", true)
 f:SetFrameStrata ("DIALOG")
-f.version = "v0.16b"
+f.version = "v0.16c"
 
 f.Close:SetScript ("OnClick", function (self)
 	if (f.StampersPhase) then
--- a/Libs/DF/cooltip.lua	Sat Jan 02 13:33:05 2016 -0200
+++ b/Libs/DF/cooltip.lua	Tue Jan 19 09:47:24 2016 -0200
@@ -67,6 +67,7 @@
 
 	--options table
 		CoolTip.OptionsList = {
+			["RightTextMargin"] = true,
 			["IconSize"] = true,
 			["HeightAnchorMod"] = true,
 			["WidthAnchorMod"] = true,
@@ -652,6 +653,8 @@
 			menuButton.rightText:SetWidth (0)
 			menuButton.rightText:SetHeight (0)
 
+			menuButton.rightText:SetPoint ("right", menuButton.rightIcon, "left", CoolTip.OptionsTable.RightTextMargin or -3, 0)
+
 			--> set text
 			if (leftTextTable) then
 			
--- a/Libs/DF/fw.lua	Sat Jan 02 13:33:05 2016 -0200
+++ b/Libs/DF/fw.lua	Tue Jan 19 09:47:24 2016 -0200
@@ -1,5 +1,5 @@
 
-local dversion = 15
+local dversion = 16
 local major, minor = "DetailsFramework-1.0", dversion
 local DF, oldminor = LibStub:NewLibrary (major, minor)