General Updates and fixed (see commit description)
- Added the 'Remove Battleground Segments' option to the menu that opens when hovering over the erase button. - Attempt to fix Battleground faction icons, shown on enemy players damage bars. - Fixed custom scripts showing the damage text too close to the dps text. - Lib OpenRaid updated. - Framework Updated.
This commit is contained in:
+2
-1
@@ -2074,10 +2074,11 @@ function detailsFramework:CreateSimplePanel(parent, width, height, title, frameN
|
||||
--set the backdrop
|
||||
if (panelOptions.RoundedCorners) then
|
||||
local tRoundedCornerPreset = {
|
||||
roundness = 6,
|
||||
roundness = 3,
|
||||
color = {.1, .1, .1, 0.98},
|
||||
border_color = {.05, .05, .05, 0.834},
|
||||
use_titlebar = true,
|
||||
titlebar_height = 26,
|
||||
}
|
||||
detailsFramework:AddRoundedCornersToFrame(simplePanel, tRoundedCornerPreset)
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user