mirror of
https://github.com/ppy/osu
synced 2025-01-09 23:59:44 +00:00
move list item constant position
This commit is contained in:
parent
63381ff4f2
commit
266d8d8282
@ -12,13 +12,13 @@ namespace osu.Game.Graphics.Containers.Markdown
|
||||
{
|
||||
public class OsuMarkdownListItem : CompositeDrawable
|
||||
{
|
||||
private const float ordered_left_padding = 30;
|
||||
private const float unordered_left_padding = 20;
|
||||
|
||||
private readonly int level;
|
||||
private readonly int order;
|
||||
private readonly bool isOrdered;
|
||||
|
||||
private const float ordered_left_padding = 30;
|
||||
private const float unordered_left_padding = 20;
|
||||
|
||||
[Resolved]
|
||||
private IMarkdownTextComponent parentTextComponent { get; set; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user