mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Don't rely on default relative size of ScrollContainer.
This commit is contained in:
@ -38,6 +38,7 @@ namespace osu.Game.Online.Chat.Drawables
|
||||
},
|
||||
new ScrollContainer
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Children = new Drawable[]
|
||||
{
|
||||
flow = new FlowContainer
|
||||
|
Reference in New Issue
Block a user