Skip to content

Commit

Permalink
Merge pull request #221 from simonskoog/patch-1
Browse files Browse the repository at this point in the history
Update window_options2_sections.lua
  • Loading branch information
Tercioo authored Jun 28, 2021
2 parents 48b026f + 02bd05f commit 2da8f23
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions frames/window_options2_sections.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1465,7 +1465,7 @@ do
},

{type = "blank"},
{type = "label", get = function() return "Inline Text (need better name)" end, text_template = subSectionTitleTextTemplate}, --localize-me
{type = "label", get = function() return "Aligned Text Columns" end, text_template = subSectionTitleTextTemplate}, --localize-me

{--inline text enabled
type = "toggle",
Expand All @@ -1491,8 +1491,8 @@ do
min = 0,
max = 125,
step = 1,
name = "Text 1 Position",
desc = "Text 1 Position",
name = "Text 1 Offset",
desc = "Offset from right border",
},

{--lineText3 (in the middle)
Expand All @@ -1506,8 +1506,8 @@ do
min = 0,
max = 75,
step = 1,
name = "Text 2 Position",
desc = "Text 2 Position",
name = "Text 2 Offset",
desc = "Offset from right border",
},

{--lineText4 (closest to the right)
Expand All @@ -1521,8 +1521,8 @@ do
min = 0,
max = 50,
step = 1,
name = "Text 3 Position",
desc = "Text 3 Position",
name = "Text 3 Offset",
desc = "Offset from right border",
},

{type = "blank"},
Expand Down Expand Up @@ -6413,4 +6413,4 @@ do
tinsert(Details.optionsSection, buildSection)
end
--]]
--]]

0 comments on commit 2da8f23

Please sign in to comment.