mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
move list item constant position
This commit is contained in:
@ -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; }
|
||||
|
||||
|
Reference in New Issue
Block a user