diff --git a/ElvUI_SLE/options/backgrounds_c.lua b/ElvUI_SLE/options/backgrounds_c.lua index df04015..920ad8c 100644 --- a/ElvUI_SLE/options/backgrounds_c.lua +++ b/ElvUI_SLE/options/backgrounds_c.lua @@ -107,7 +107,7 @@ local function configTable() type = "group", name = L["Backgrounds"], order = 5, - childGroups = 'select', + childGroups = 'tab', args = { header = { order = 1, diff --git a/ElvUI_SLE/options/chat/chat_c.lua b/ElvUI_SLE/options/chat/chat_c.lua index dcd3629..19f821e 100644 --- a/ElvUI_SLE/options/chat/chat_c.lua +++ b/ElvUI_SLE/options/chat/chat_c.lua @@ -23,7 +23,7 @@ local function configTable() order = 7, type = "group", name = L["Chat"], - childGroups = 'select', + childGroups = 'tab', disabled = function() return not E.private.chat.enable end, args = { header = { order = 1, type = "header", name = L["Chat"] }, diff --git a/ElvUI_SLE/options/databars_c.lua b/ElvUI_SLE/options/databars_c.lua index 1e44213..83188a5 100644 --- a/ElvUI_SLE/options/databars_c.lua +++ b/ElvUI_SLE/options/databars_c.lua @@ -8,7 +8,7 @@ local function configTable() E.Options.args.sle.args.modules.args.databars = { type = "group", name = L["DataBars"], - childGroups = 'select', + childGroups = 'tab', order = 10, args = { exp = { diff --git a/ElvUI_SLE/options/loot_c.lua b/ElvUI_SLE/options/loot_c.lua index f2bad53..d42df53 100644 --- a/ElvUI_SLE/options/loot_c.lua +++ b/ElvUI_SLE/options/loot_c.lua @@ -22,6 +22,7 @@ local function configTable() order = 12, type = "group", name = L["Loot"], + childGroups = 'tab', args = { enable = { order = 1, diff --git a/ElvUI_SLE/options/professions_c.lua b/ElvUI_SLE/options/professions_c.lua index 14d66f9..85fe6da 100644 --- a/ElvUI_SLE/options/professions_c.lua +++ b/ElvUI_SLE/options/professions_c.lua @@ -8,6 +8,7 @@ local function configTable() type = "group", name = TRADE_SKILLS, order = 15, + childGroups = 'tab', args = { header = { order = 1, @@ -18,7 +19,7 @@ local function configTable() order = 2, type = "group", name = L["Deconstruct Mode"], - guiInline = true, + -- guiInline = true, args = { enable = { order = 1, @@ -57,7 +58,7 @@ local function configTable() order = 3, type = "group", name = T.GetSpell(158716), - guiInline = true, + -- guiInline = true, args = { enchScroll = { order = 1, @@ -129,7 +130,7 @@ local function configTable() order = 4, type = "group", name = T.GetSpell(1804), - guiInline = true, + -- guiInline = true, args = { infos = { order = 1, @@ -162,7 +163,7 @@ local function configTable() order = 5, type = "group", name = T.GetSpell(7620), - guiInline = true, + -- guiInline = true, args = { easycast = { order = 1, diff --git a/ElvUI_SLE/options/unitframes_c.lua b/ElvUI_SLE/options/unitframes_c.lua index 41843d1..0987d3a 100644 --- a/ElvUI_SLE/options/unitframes_c.lua +++ b/ElvUI_SLE/options/unitframes_c.lua @@ -61,7 +61,7 @@ local function configTable() type = "group", name = L["UnitFrames"], order = 22, - childGroups = "select", + childGroups = 'tab', disabled = function() return not E.private.unitframe.enable end, args = { info = {