Merge branch 'refs/heads/update-framework' into general-fixes

This commit is contained in:
Thomas Müller 2017-02-17 21:26:39 +01:00
commit 04de28d8b2
2 changed files with 3 additions and 1 deletions

View File

@ -38,6 +38,7 @@ namespace osu.Game.Online.Chat.Drawables
}, },
new ScrollContainer new ScrollContainer
{ {
RelativeSizeAxes = Axes.Both,
Children = new Drawable[] Children = new Drawable[]
{ {
flow = new FlowContainer flow = new FlowContainer

View File

@ -38,8 +38,9 @@ namespace osu.Game.Overlays
Colour = Color4.Black, Colour = Color4.Black,
Alpha = 0.6f, Alpha = 0.6f,
}, },
scrollContainer = new ScrollContainer() scrollContainer = new ScrollContainer
{ {
RelativeSizeAxes = Axes.Both,
Margin = new MarginPadding { Top = Toolbar.Toolbar.HEIGHT }, Margin = new MarginPadding { Top = Toolbar.Toolbar.HEIGHT },
Children = new[] Children = new[]
{ {