Libraries update

This commit is contained in:
Tercio Jose
2024-08-16 13:34:59 -03:00
committed by andrew6180
parent 16fd6de6f9
commit 214f0b2d88
6 changed files with 59 additions and 18 deletions
+7 -1
View File
@@ -1,6 +1,6 @@
local dversion = 561
local dversion = 562
local major, minor = "DetailsFramework-1.0", dversion
local DF, oldminor = LibStub:NewLibrary(major, minor)
@@ -2758,7 +2758,13 @@ DF.button_templates["STANDARD_GRAY"] = {
backdropcolor = {0.2, 0.2, 0.2, 0.502},
backdropbordercolor = {0, 0, 0, 0.5},
onentercolor = {0.4, 0.4, 0.4, 0.502},
}
DF.button_templates["OPAQUE_DARK"] = {
backdrop = {edgeFile = [[Interface\Buttons\WHITE8X8]], edgeSize = 1, bgFile = [[Interface\Buttons\WHITE8X8]], tileSize = 8, tile = true},
backdropcolor = {0.2, 0.2, 0.2, 1},
backdropbordercolor = {0, 0, 0, 1},
onentercolor = {0.4, 0.4, 0.4, 1},
}
--sliders