mirror of
https://github.com/ppy/osu
synced 2025-01-10 08:09:40 +00:00
Add back padding
This commit is contained in:
parent
46e163ec5e
commit
e6637532bc
@ -109,8 +109,8 @@ namespace osu.Game.Tournament.Screens.Gameplay.Components
|
||||
{
|
||||
base.UpdateAfterChildren();
|
||||
|
||||
score1Text.X = -Math.Max(score1Text.DrawWidth / 2, score1Bar.DrawWidth);
|
||||
score2Text.X = Math.Max(score2Text.DrawWidth / 2, score2Bar.DrawWidth);
|
||||
score1Text.X = -Math.Max(5 + score1Text.DrawWidth / 2, score1Bar.DrawWidth);
|
||||
score2Text.X = Math.Max(5 + score2Text.DrawWidth / 2, score2Bar.DrawWidth);
|
||||
}
|
||||
|
||||
private class MatchScoreCounter : ScoreCounter
|
||||
|
Loading…
Reference in New Issue
Block a user