- Changed few icons on damage done tooltip.
- Fixed the class color on texts for healing attribute. - Added options for change the tooltip border's size, color and texture. - Added buttons for test interrupt and cooldown announcers under raid tools section. - New API: _detalhes:SetTooltipBackdrop (border_texture, border_size, border_color) set tooltip border configs.
This commit is contained in:
@@ -423,6 +423,9 @@ function _detalhes:ApplyProfile (profile_name, nosave, is_copy)
|
||||
_detalhes.opened_windows = _detalhes.opened_windows + 1
|
||||
end
|
||||
end
|
||||
|
||||
--> update tooltip settings
|
||||
_detalhes:SetTooltipBackdrop()
|
||||
|
||||
--> end
|
||||
|
||||
@@ -794,6 +797,10 @@ local default_profile = {
|
||||
anchor_point = "bottom",
|
||||
anchor_relative = "top",
|
||||
anchor_offset = {0, 0},
|
||||
|
||||
border_texture = "Blizzard Tooltip",
|
||||
border_color = {1, 1, 1, 1},
|
||||
border_size = 16,
|
||||
},
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user