pub fn profile_button(ui: &mut Ui, name: &str) -> ResponseExpand description
One entry of the “Load profile” menu. A menu sizes itself from the previous frame’s content, so a name that wraps makes the menu narrower, which wraps it harder — after a few frames “Editor 1” has collapsed to “Edito / r 1”. Measuring the name pins the width instead of letting it feed back, and anything past the cap truncates on one line with the whole name on hover.