Allow section headers to wrap

This commit is contained in:
Dean Herbert
2022-03-16 17:19:08 +09:00
parent a0a033520f
commit ba1642a680
2 changed files with 21 additions and 13 deletions

View File

@ -58,7 +58,7 @@ namespace osu.Game.Tests.Visual.UserInterface
})
},
},
new EditorSidebarSection("Section 2")
new EditorSidebarSection("Section with a really long section header")
{
Child = new FillFlowContainer
{