Update DrawableComment layout

This commit is contained in:
Andrei Zavatski
2020-07-28 02:36:25 +03:00
parent 6737c57e33
commit 2d502cebda
4 changed files with 89 additions and 85 deletions

View File

@ -32,10 +32,6 @@ namespace osu.Game.Overlays.Comments.Buttons
protected CommentRepliesButton()
{
AutoSizeAxes = Axes.Both;
Margin = new MarginPadding
{
Vertical = 2
};
InternalChildren = new Drawable[]
{
new CircularContainer