1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 15:12:57 +08:00

Chevron size adjustment for dropdown items.

This commit is contained in:
Dean Herbert 2017-01-31 19:19:11 +09:00
parent a2dd5f09d3
commit a723e6ee9c

View File

@ -194,12 +194,15 @@ namespace osu.Game.Overlays.Options
{
Icon = FontAwesome.fa_chevron_right,
Colour = Color4.Black,
TextSize = 12,
Margin = new MarginPadding { Right = 3 },
Origin = Anchor.CentreLeft,
Anchor = Anchor.CentreLeft,
},
new OsuSpriteText {
Text = text,
Origin = Anchor.CentreLeft,
Anchor = Anchor.CentreLeft,
}
}
}