1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 07:23:14 +08:00

Adjust ControlItem padding

This commit is contained in:
Jai Sharma 2022-03-14 21:39:57 +00:00
parent 75958bf270
commit ec61b88ec2

View File

@ -68,7 +68,7 @@ namespace osu.Game.Overlays.Chat.ChannelControl
new Container
{
RelativeSizeAxes = Axes.Both,
Padding = new MarginPadding { Left = 18, Right = 5 },
Padding = new MarginPadding { Left = 18, Right = 10 },
Child = new GridContainer
{
RelativeSizeAxes = Axes.Both,