mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 09:22:54 +08:00
Chevron size adjustment for dropdown items.
This commit is contained in:
parent
a2dd5f09d3
commit
a723e6ee9c
@ -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,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user