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

@ -23,8 +23,6 @@ namespace osu.Game.Overlays.Comments
public DeletedCommentsCounter()
{
AutoSizeAxes = Axes.Both;
Margin = new MarginPadding { Vertical = 10, Left = 80 };
InternalChild = new FillFlowContainer
{
AutoSizeAxes = Axes.Both,