From 920699bb12f4496cbfc036c16fb0f4201007f6a6 Mon Sep 17 00:00:00 2001 From: jeffi Date: Tue, 27 Feb 2024 10:15:21 -0600 Subject: [PATCH] Tweaks --- DiesalGUI-2.0/Objects/DropDown.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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