mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 02:02:53 +08:00
Remove unnecessarily specified RelativeSizeAxes
This commit is contained in:
parent
68f0d25550
commit
87da7b05a6
@ -319,7 +319,7 @@ namespace osu.Game
|
||||
},
|
||||
mainContent = new Container { RelativeSizeAxes = Axes.Both },
|
||||
overlayContent = new Container { RelativeSizeAxes = Axes.Both, Depth = float.MinValue },
|
||||
idleTracker = new IdleTracker(6000) { RelativeSizeAxes = Axes.Both }
|
||||
idleTracker = new IdleTracker(6000)
|
||||
});
|
||||
|
||||
loadComponentSingleFile(screenStack = new Loader(), d =>
|
||||
|
Loading…
Reference in New Issue
Block a user