mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 07:22:55 +08:00
Move replies button to a new line
This commit is contained in:
parent
d8b92cc585
commit
789c921af1
@ -163,6 +163,12 @@ namespace osu.Game.Overlays.Comments
|
|||||||
AutoSizeAxes = Axes.Y,
|
AutoSizeAxes = Axes.Y,
|
||||||
Padding = new MarginPadding { Right = 40 }
|
Padding = new MarginPadding { Right = 40 }
|
||||||
},
|
},
|
||||||
|
new FillFlowContainer
|
||||||
|
{
|
||||||
|
AutoSizeAxes = Axes.Both,
|
||||||
|
Direction = FillDirection.Vertical,
|
||||||
|
Children = new Drawable[]
|
||||||
|
{
|
||||||
info = new FillFlowContainer
|
info = new FillFlowContainer
|
||||||
{
|
{
|
||||||
AutoSizeAxes = Axes.Both,
|
AutoSizeAxes = Axes.Both,
|
||||||
@ -178,6 +184,8 @@ namespace osu.Game.Overlays.Comments
|
|||||||
Colour = OsuColour.Gray(0.7f),
|
Colour = OsuColour.Gray(0.7f),
|
||||||
Text = HumanizerUtils.Humanize(Comment.CreatedAt)
|
Text = HumanizerUtils.Humanize(Comment.CreatedAt)
|
||||||
},
|
},
|
||||||
|
}
|
||||||
|
},
|
||||||
repliesButton = new RepliesButton(Comment.RepliesCount)
|
repliesButton = new RepliesButton(Comment.RepliesCount)
|
||||||
{
|
{
|
||||||
Expanded = { BindTarget = childrenExpanded }
|
Expanded = { BindTarget = childrenExpanded }
|
||||||
|
Loading…
Reference in New Issue
Block a user