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:
parent
75958bf270
commit
ec61b88ec2
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user