mirror of
https://github.com/ppy/osu
synced 2025-03-11 05:49:12 +00:00
Use FillMode.Fit for icons
This commit is contained in:
parent
dc720dd653
commit
3feaaa3e4d
@ -33,6 +33,7 @@ namespace osu.Game.Graphics.UserInterface
|
||||
Texture = textures.Get(textureName),
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.Centre,
|
||||
FillMode = FillMode.Fit
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user