diff --git a/DiesalGUI-2.0/Objects/DropDown.lua b/DiesalGUI-2.0/Objects/DropDown.lua index b024a44..496af91 100644 --- a/DiesalGUI-2.0/Objects/DropDown.lua +++ b/DiesalGUI-2.0/Objects/DropDown.lua @@ -339,7 +339,7 @@ local methods = { end, } ----@class Diesal.GUI.Obeject.DropDown.Settings +---@class Diesal.GUI.Object.DropDown.Settings ---@field dropdownPadLeft number ---@field dropdownPadRight number ---@field dropdownPadTop number @@ -357,7 +357,7 @@ local f = CreateFrame("Button", nil, UIParent) -- ~~| Dropdown Constructor |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ local function Constructor() ---@class Diesal.GUI.Object.DropDown : Diesal.GUI.ObjectBase, Diesal.GUI.DropDown.Methods - ---@field settings Diesal.GUI.Obeject.DropDown.Settings + ---@field settings Diesal.GUI.Object.DropDown.Settings ---@field children Diesal.GUI.Object.DropDown.Item[] ---@field text FontString ---@field dropdown Frame