Maximum amount of segments raised to 40, this change will help with the mythic+ overall segment

This commit is contained in:
Tercio Jose
2021-03-11 13:34:50 -03:00
parent f466d8723c
commit 5887877b4b
3 changed files with 14 additions and 7 deletions
+3 -3
View File
@@ -374,7 +374,7 @@ do
afterUpdate()
end,
min = 1,
max = 30,
max = 40,
step = 1,
name = Loc ["STRING_OPTIONS_MAXSEGMENTS"],
desc = Loc ["STRING_OPTIONS_MAXSEGMENTS_DESC"],
@@ -388,7 +388,7 @@ do
afterUpdate()
end,
min = 1,
max = 30,
max = 40,
step = 1,
name = Loc ["STRING_OPTIONS_SEGMENTSSAVE"],
desc = Loc ["STRING_OPTIONS_SEGMENTSSAVE_DESC"],
@@ -656,7 +656,7 @@ do
}
DF:BuildMenu(sectionFrame, sectionOptions, startX, startY-20, heightSize, true, options_text_template, options_dropdown_template, options_switch_template, true, options_slider_template, options_button_template)
DF:BuildMenu(sectionFrame, sectionOptions, startX, startY-20, heightSize+20, true, options_text_template, options_dropdown_template, options_switch_template, true, options_slider_template, options_button_template)
end
tinsert(Details.optionsSection, buildSection) --optionsSection is declared on boot.lua