mirror of
https://github.com/osukey/osukey.git
synced 2025-06-09 13:28:03 +09: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,
|
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,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user