The previous limit of 63 bytes for the panel name was an issue for languages where characters use multiple bytes. The UI would show panel names truncated that had reasonably long/short names. It's easy to support dynamically sized strings here, so do that instead of using fixed size buffers. Fixes #111927. Pull Request: https://projects.blender.org/blender/blender/pulls/111979