mirror of
https://github.com/ppy/osu
synced 2024-12-14 02:46:27 +00:00
Adjust padding
This commit is contained in:
parent
aeb2984989
commit
623e2c94ae
@ -43,7 +43,7 @@ namespace osu.Game.Overlays.Chat
|
||||
{
|
||||
RelativeSizeAxes = Axes.X;
|
||||
AutoSizeAxes = Axes.Y;
|
||||
Padding = new MarginPadding(15);
|
||||
Padding = new MarginPadding { Horizontal = 15, Vertical = 20 };
|
||||
Child = new GridContainer
|
||||
{
|
||||
RelativeSizeAxes = Axes.X,
|
||||
|
Loading…
Reference in New Issue
Block a user