mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Fix score panel being incorrectly vertically aligned on screen resize
This commit is contained in:
@ -99,6 +99,8 @@ namespace osu.Game.Screens.Ranking
|
||||
{
|
||||
var panel = new ScorePanel(score)
|
||||
{
|
||||
Anchor = Anchor.CentreLeft,
|
||||
Origin = Anchor.CentreLeft,
|
||||
PostExpandAction = () => PostExpandAction?.Invoke()
|
||||
}.With(p =>
|
||||
{
|
||||
|
Reference in New Issue
Block a user