Fixed height of Window Main section, where the Delete button was separated from the window selection dropdown.

This commit is contained in:
Tercio Jose
2024-05-05 11:45:52 -03:00
parent f8818ce057
commit ce8e891cbe
+1 -1
View File
@@ -3117,7 +3117,7 @@ do
}
sectionFrame.sectionOptions = sectionOptions
sectionOptions.always_boxfirst = true
DF:BuildMenu(sectionFrame, sectionOptions, startX, startY-20, heightSize, false, 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, false, options_text_template, options_dropdown_template, options_switch_template, true, options_slider_template, options_button_template)
end
tinsert(Details.optionsSection, buildSection)