mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 06:43:21 +08:00
Add right margin on score multiplier text
This commit is contained in:
parent
6149482b5d
commit
ada8dabf7e
@ -54,6 +54,7 @@ namespace osu.Game.Screens.Select
|
|||||||
Anchor = Anchor.Centre,
|
Anchor = Anchor.Centre,
|
||||||
Origin = Anchor.Centre,
|
Origin = Anchor.Centre,
|
||||||
Font = OsuFont.GetFont(weight: FontWeight.Bold),
|
Font = OsuFont.GetFont(weight: FontWeight.Bold),
|
||||||
|
Margin = new MarginPadding { Right = 10 }
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
AutoSizeAxes = Axes.Both,
|
AutoSizeAxes = Axes.Both,
|
||||||
|
Loading…
Reference in New Issue
Block a user