mirror of
https://github.com/ppy/osu.git
synced 2026-05-20 06:39:54 +08:00
Remove unnecessary width specification on editor screens
This commit is contained in:
@@ -40,7 +40,6 @@ namespace osu.Game.Tournament.Screens.Editors
|
||||
new OsuScrollContainer
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Width = 0.9f,
|
||||
Anchor = Anchor.TopCentre,
|
||||
Origin = Anchor.TopCentre,
|
||||
Child = flow = new FillFlowContainer<TDrawable>
|
||||
|
||||
Reference in New Issue
Block a user