mirror of
https://github.com/ppy/osu.git
synced 2025-02-20 06:05:10 +08:00
Adjust a couple of flag scales to match previous display size
This commit is contained in:
parent
7ed128e030
commit
ac13a1d217
@ -27,7 +27,7 @@ namespace osu.Game.Tournament.Screens.Drawings.Components
|
||||
AcronymText.Origin = Anchor.TopCentre;
|
||||
AcronymText.Text = team.Acronym.Value.ToUpperInvariant();
|
||||
AcronymText.Font = OsuFont.Torus.With(weight: FontWeight.Bold, size: 10);
|
||||
Flag.Scale = new Vector2(0.5f);
|
||||
Flag.Scale = new Vector2(0.48f);
|
||||
|
||||
InternalChildren = new Drawable[]
|
||||
{
|
||||
|
@ -63,7 +63,7 @@ namespace osu.Game.Tournament.Screens.Ladder.Components
|
||||
this.losers = losers;
|
||||
Size = new Vector2(150, 40);
|
||||
|
||||
Flag.Scale = new Vector2(0.55f);
|
||||
Flag.Scale = new Vector2(0.54f);
|
||||
Flag.Anchor = Flag.Origin = Anchor.CentreLeft;
|
||||
|
||||
AcronymText.Anchor = AcronymText.Origin = Anchor.CentreLeft;
|
||||
|
Loading…
Reference in New Issue
Block a user