if Mixin and BackdropTemplateMixin then
Mixin(self,BackdropTemplateMixin)
end
self:SetBackdrop({
bgFile = "Interface\\DialogFrame\\UI-DialogBox-Background",
edgeFile = "Interface\\Tooltips\\UI-Tooltip-Border",
tileSize = 16,
edgeSize = 16,
insets = { left = 5, right = 5, top = 5, bottom = 5 }
})
if (button == "LeftButton") then
self:StartMoving()
end
self:StopMovingOrSizing()