mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
Global convert indentation to tabs
This commit is contained in:
@@ -232,8 +232,8 @@ function L_UIDropDownMenu_CreateFrames(level, index)
|
||||
newList:SetWidth(180)
|
||||
newList:SetHeight(10)
|
||||
|
||||
--Allow closing with escape
|
||||
tinsert(UIMenus, "L_DropDownList"..L_UIDROPDOWNMENU_MAXLEVELS)
|
||||
--Allow closing with escape
|
||||
tinsert(UIMenus, "L_DropDownList"..L_UIDROPDOWNMENU_MAXLEVELS)
|
||||
|
||||
for i=L_UIDROPDOWNMENU_MINBUTTONS+1, L_UIDROPDOWNMENU_MAXBUTTONS do
|
||||
local newButton = CreateFrame("Button", "L_DropDownList"..L_UIDROPDOWNMENU_MAXLEVELS.."Button"..i, newList, "L_UIDropDownMenuButtonTemplate");
|
||||
|
||||
Reference in New Issue
Block a user