mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 02:32:55 +08:00
Remove unnecessary width specification on editor screens
This commit is contained in:
parent
129c8fe24f
commit
aeb6bf5b46
@ -40,7 +40,6 @@ namespace osu.Game.Tournament.Screens.Editors
|
|||||||
new OsuScrollContainer
|
new OsuScrollContainer
|
||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
Width = 0.9f,
|
|
||||||
Anchor = Anchor.TopCentre,
|
Anchor = Anchor.TopCentre,
|
||||||
Origin = Anchor.TopCentre,
|
Origin = Anchor.TopCentre,
|
||||||
Child = flow = new FillFlowContainer<TDrawable>
|
Child = flow = new FillFlowContainer<TDrawable>
|
||||||
|
Loading…
Reference in New Issue
Block a user