reduced-actionbar-micromenu: add scale overwrite options

This commit is contained in:
shagu
2025-04-30 20:37:27 +02:00
parent 4a4e6cbdc1
commit 8d862c5b1f
+4 -1
View File
@@ -8,6 +8,9 @@ local module = ShaguTweaks:register({
category = T["Reduced Actionbar Size"],
maintainer = "@shagu (GitHub)",
enabled = nil,
config = {
["panelmicro.scale"] = 1,
}
})
module.enable = function(self)
@@ -21,7 +24,7 @@ module.enable = function(self)
}
local microframe = CreateFrame("Button", "ShaguTweaksReducedActionBarMicroMenu", UIParent)
microframe:SetPoint("BOTTOMRIGHT", UIParent, "BOTTOMRIGHT", -8, 56)
microframe:SetPoint("BOTTOMRIGHT", UIParent, "BOTTOMRIGHT", -8, 8)
microframe:SetWidth(225)
microframe:SetHeight(44)