Fixed "Time out of combat" after mythic+ and another round of polishing frames and menus

This commit is contained in:
Tercio Jose
2024-03-06 14:50:56 -03:00
parent 9c23a8a8af
commit b7e6b89792
14 changed files with 133 additions and 95 deletions
+4
View File
@@ -430,6 +430,7 @@ detailsFramework.RoundedCornerPanelMixin = {
error("df_roundedpanel:CalculateBorderEdgeSize(self, alignment) alignment must be 'vertical' or 'horizontal'")
end,
---create the border textures
---@param self df_roundedpanel
CreateBorder = function(self)
local r, g, b, a = 0, 0, 0, 0.8
@@ -492,6 +493,7 @@ detailsFramework.RoundedCornerPanelMixin = {
self.bHasBorder = true
end,
---set the color of the titlebar
---@param self df_roundedpanel
---@param red any
---@param green number|nil
@@ -504,6 +506,7 @@ detailsFramework.RoundedCornerPanelMixin = {
end
end,
---set the color of the border corners
---@param self df_roundedpanel
---@param red any
---@param green number|nil
@@ -525,6 +528,7 @@ detailsFramework.RoundedCornerPanelMixin = {
end
end,
---set the background color of the rounded panel
---@param self df_roundedpanel
---@param red any
---@param green number|nil