1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-04 06:23:37 +08:00
Gagah Pangeran Rosfatiputra
2021-05-06 05:35:16 +07:00
Unverified
parent 4567abe3db
commit cfd28c51bb
@@ -26,7 +26,9 @@ namespace osu.Game.Graphics.Containers.Markdown
protected override Drawable CreateBackground()
{
return background = base.CreateBackground();
background = base.CreateBackground();
background.Width = 2;
return background;
}
public override MarkdownTextFlowContainer CreateTextFlow()