Libraries Update

This commit is contained in:
Tercio Jose
2023-06-27 18:21:39 -03:00
parent f30d0439e8
commit d3d5154c67
5 changed files with 43 additions and 2 deletions
+5 -1
View File
@@ -533,7 +533,11 @@ function DropDownMetaFunctions:Selected(thisOption)
self.icon:SetVertexColor(1, 1, 1, 1)
end
self.icon:SetSize(self:GetHeight()-4, self:GetHeight()-4)
if (thisOption.iconsize) then
self.icon:SetSize(thisOption.iconsize[1], thisOption.iconsize[2])
else
self.icon:SetSize(self:GetHeight()-4, self:GetHeight()-4)
end
else
self.label:SetPoint("left", self.label:GetParent(), "left", 4, 0)
end