mirror of
https://github.com/ppy/osu.git
synced 2026-05-13 20:33:35 +08:00
Fix volume slider title text horizontal scaling on some languages (#36915)
closes #36892. |master|This PR| |---|---| |||
This commit is contained in:
committed by
GitHub
Unverified
parent
14743a14eb
commit
87b37fd386
@@ -215,6 +215,7 @@ namespace osu.Game.Overlays.Volume
|
||||
new Container
|
||||
{
|
||||
Size = LABEL_SIZE,
|
||||
AutoSizeAxes = Axes.X,
|
||||
CornerRadius = 10,
|
||||
Masking = true,
|
||||
Margin = new MarginPadding { Left = CircleSize + 10 },
|
||||
@@ -229,6 +230,10 @@ namespace osu.Game.Overlays.Volume
|
||||
},
|
||||
new OsuSpriteText
|
||||
{
|
||||
Margin = new MarginPadding
|
||||
{
|
||||
Horizontal = 32,
|
||||
},
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.Centre,
|
||||
Font = OsuFont.GetFont(weight: FontWeight.Bold),
|
||||
|
||||
Reference in New Issue
Block a user