Quantcast

- fixed layout of checkboxes in buff editor

F. Dekker [03-29-13 - 09:38]
- fixed layout of checkboxes in buff editor
Filename
PerfectRaid_Buffs.lua
diff --git a/PerfectRaid_Buffs.lua b/PerfectRaid_Buffs.lua
index 5ee85f2..313849d 100644
--- a/PerfectRaid_Buffs.lua
+++ b/PerfectRaid_Buffs.lua
@@ -729,7 +729,7 @@ function Buffs:CreateEditFrame(parent)
 	local showexpiry = CreateFrame("CheckButton", "PRBuffs_ShowExpiry", PROptions_Buffs_Edit, "PRCheckTemplate")
 	showexpiry.Label:SetText(L["Show expiry"])
 	showexpiry:SetPoint("TOPLEFT", strict, "TOPRIGHT", 200, 0)
-	showexpiry:Show()
+	showexpiry:Show()
 	frame.showexpiry = showexpiry

 	local showstacks = CreateFrame("CheckButton", "PRBuffs_ShowStacks", PROptions_Buffs_Edit, "PRCheckTemplate")