mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Chevron size adjustment for dropdown items.
This commit is contained in:
@ -194,12 +194,15 @@ namespace osu.Game.Overlays.Options
|
|||||||
{
|
{
|
||||||
Icon = FontAwesome.fa_chevron_right,
|
Icon = FontAwesome.fa_chevron_right,
|
||||||
Colour = Color4.Black,
|
Colour = Color4.Black,
|
||||||
|
TextSize = 12,
|
||||||
Margin = new MarginPadding { Right = 3 },
|
Margin = new MarginPadding { Right = 3 },
|
||||||
Origin = Anchor.CentreLeft,
|
Origin = Anchor.CentreLeft,
|
||||||
Anchor = Anchor.CentreLeft,
|
Anchor = Anchor.CentreLeft,
|
||||||
},
|
},
|
||||||
new OsuSpriteText {
|
new OsuSpriteText {
|
||||||
Text = text,
|
Text = text,
|
||||||
|
Origin = Anchor.CentreLeft,
|
||||||
|
Anchor = Anchor.CentreLeft,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user