mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 06:52:56 +08:00
Change spacing
Co-authored-by: Salman Ahmed <frenzibyte@gmail.com>
This commit is contained in:
parent
cf0e9a1eec
commit
6d726bf046
@ -148,7 +148,7 @@ namespace osu.Game.Overlays.Comments
|
||||
{
|
||||
AutoSizeAxes = Axes.Both,
|
||||
Direction = FillDirection.Horizontal,
|
||||
Spacing = new Vector2(3, 0),
|
||||
Spacing = new Vector2(2, 0),
|
||||
Alpha = Comment.Pinned ? 1 : 0,
|
||||
Children = new Drawable[]
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user