From 913e9125e130fcca2e6e27e9ef0206889db39368 Mon Sep 17 00:00:00 2001 From: SabinDeus Date: Mon, 28 Feb 2022 21:51:46 -0500 Subject: [PATCH] Fix backdrop again and TOC bump --- TurnIn.toc | 2 +- TurnIn.xml | 13 +++++++++++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/TurnIn.toc b/TurnIn.toc index d46b5c5..167a66c 100644 --- a/TurnIn.toc +++ b/TurnIn.toc @@ -1,4 +1,4 @@ -## Interface: 20501 +## Interface: 20503 ## X-Compatible-With: 90002 ## Title: Turn In ## Notes: Automates the selection of quest and gossip options. diff --git a/TurnIn.xml b/TurnIn.xml index b779dee..eaed253 100644 --- a/TurnIn.xml +++ b/TurnIn.xml @@ -18,7 +18,7 @@ - + @@ -408,7 +408,7 @@ - + @@ -423,6 +423,15 @@ + self.backdropInfo = { + bgFile = "Interface\\Tooltips\\UI-Tooltip-Background", + edgeFile = "Interface\\Tooltips\\UI-Tooltip-Border", + tile = true, + tileEdge = true, + tileSize = 16, + edgeSize = 16, + insets = { left = 5, right = 5, top = 5, bottom = 5 }, + }; self:ApplyBackdrop(); self:SetBackdropBorderColor(0.6, 0.6, 0.6); self:SetBackdropColor(0.2, 0.2, 0.2);