Version 0.7.1-beta
- user reporting capabilities - ignore Battle.net contacts - screenshots - graphical move arrows
This commit is contained in:
@@ -184,16 +184,20 @@ function Grichelde:CreateMapping(offset)
|
||||
moveUp = {
|
||||
order = 10,
|
||||
type = "execute",
|
||||
name = self.L.Options_Mapping_MoveUp_Name,
|
||||
--name = self.L.Options_Mapping_MoveUp_Name,
|
||||
name = "",
|
||||
desc = self.L.Options_Mapping_MoveUp_Desc,
|
||||
image = "Interface\\ChatFrame\\UI-ChatIcon-ScrollUp-Up",
|
||||
width = 0.25,
|
||||
func = function(info) self:MoveUp(info) end
|
||||
},
|
||||
moveDown = {
|
||||
order = 11,
|
||||
type = "execute",
|
||||
name = self.L.Options_Mapping_MoveDown_Name,
|
||||
--name = self.L.Options_Mapping_MoveDown_Name,
|
||||
name = "",
|
||||
desc = self.L.Options_Mapping_MoveDown_Desc,
|
||||
image = "Interface\\ChatFrame\\UI-ChatIcon-ScrollDown-Up",
|
||||
width = 0.25,
|
||||
func = function(info) self:MoveDown(info) end
|
||||
},
|
||||
@@ -217,6 +221,14 @@ function Grichelde:CreateMapping(offset)
|
||||
}
|
||||
end
|
||||
|
||||
--dropButton:SetWidth(24)
|
||||
--dropButton:SetHeight(24)
|
||||
--dropButton:SetPoint("TOPRIGHT", DRight, "TOPRIGHT", -16, -18)
|
||||
--dropButton:SetNormalTexture([[Interface\ChatFrame\UI-ChatIcon-ScrollDown-Up]])
|
||||
--dropButton:SetPushedTexture([[Interface\ChatFrame\UI-ChatIcon-ScrollDown-Down]])
|
||||
--dropButton:SetDisabledTexture([[Interface\ChatFrame\UI-ChatIcon-ScrollDown-Disabled]])
|
||||
--dropButton:SetHighlightTexture([[Interface\Buttons\UI-Common-MouseHilight]], "ADD")
|
||||
|
||||
function Grichelde:SetupOptions()
|
||||
-- add DB-backed profiles to UI options
|
||||
local options = self:CreateOptionsUI()
|
||||
|
||||
Reference in New Issue
Block a user