From fc18ce470d5c90f66bdb0240e1d96ba013787fa4 Mon Sep 17 00:00:00 2001 From: Hendrik Leppkes Date: Sun, 13 Apr 2008 10:15:54 +0000 Subject: [PATCH] update keyBound --- keyBound/keyBound.lua | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/keyBound/keyBound.lua b/keyBound/keyBound.lua index 584eec9..90af7ee 100644 --- a/keyBound/keyBound.lua +++ b/keyBound/keyBound.lua @@ -32,12 +32,16 @@ function KeyBound:OnEnable() bgFile='Interface\\DialogFrame\\UI-DialogBox-Background' , edgeFile='Interface\\DialogFrame\\UI-DialogBox-Border', tile = true, - insets = {11, 12, 12, 11}, + insets = {left = 11, right = 12, top = 12, bottom = 11}, tileSize = 32, edgeSize = 32, } f:SetPoint('TOP', 0, -24) f:Hide() + + local tr = f:CreateTitleRegion() + tr:SetAllPoints(f) + f:SetClampedToScreen(true) local text = f:CreateFontString('ARTWORK') text:SetFontObject('GameFontHighlight')