Fixed height of Window Main section, where the Delete button was separated from the window selection dropdown.
This commit is contained in:
parent
f8818ce057
commit
ce8e891cbe
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue