Enlarge default tooltip size, and get rid of the background color on the Mana line.
Scott Sibley [07-18-11 - 19:27]
Enlarge default tooltip size, and get rid of the background color on the Mana line.
diff --git a/Modules/Appearance/Appearance.lua b/Modules/Appearance/Appearance.lua
index 5c47ad4..3e39d84 100644
--- a/Modules/Appearance/Appearance.lua
+++ b/Modules/Appearance/Appearance.lua
@@ -14,8 +14,8 @@ local defaults = {
scale = 1,
font = "Friz Quadrata TT",
headerFont = "Friz Quadrata TT",
- fontSizeNormal = 11,
- fontSizeHeader = 12,
+ fontSizeNormal = 13,
+ fontSizeHeader = 14,
edgeFile = "Blizzard Tooltip",
background = "Blizzard Tooltip",
bgColor = { -- Default colors from CowTip
diff --git a/Modules/UnitTooltip/UnitTooltip.lua b/Modules/UnitTooltip/UnitTooltip.lua
index f3c958b..615483b 100644
--- a/Modules/UnitTooltip/UnitTooltip.lua
+++ b/Modules/UnitTooltip/UnitTooltip.lua
@@ -286,7 +286,7 @@ return value
rightUpdating = true,
enabled = true,
update = 1000,
- colorR = "return 0, 0, 0, 1",
+ colorR = "",
},
[15] = {
name = L["Effects"],