mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 00:42:55 +08:00
Use Fit FillFode
This commit is contained in:
parent
9a94405b3a
commit
a36c808682
@ -60,7 +60,7 @@ namespace osu.Game.Screens.Play
|
||||
Masking = true;
|
||||
|
||||
video.RelativeSizeAxes = Axes.Both;
|
||||
video.FillMode = FillMode.Fill;
|
||||
video.FillMode = FillMode.Fit;
|
||||
video.Anchor = Anchor.Centre;
|
||||
video.Origin = Anchor.Centre;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user