6b44310e04
The translator section sat inside a child window whose height was computed as "whatever is left in the content region minus a line". Once the About copy grew with the new mission and rewritten built-on sections, that remaining space dropped close to zero on smaller settings windows, so the tree node was rendered but its content was either invisible or unscrollable from the parent. Drop the fixed-height child entirely. The settings window already provides a scroll container around each tab, so rendering the tree node and the translator list directly into it lets the parent handle the scroll. The translators get a manual indent push to keep the visual nesting that the child-frame used to suggest.