mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 15:44:04 +09:00
Adjust ControlItem padding
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user