mirror of
https://github.com/osukey/osukey.git
synced 2025-05-13 17:47:18 +09:00
change quote block margin padding to use vertical and horizontal
This commit is contained in:
parent
cfd28c51bb
commit
550e6c0fbb
@ -36,10 +36,8 @@ namespace osu.Game.Graphics.Containers.Markdown
|
|||||||
var textFlow = base.CreateTextFlow();
|
var textFlow = base.CreateTextFlow();
|
||||||
textFlow.Margin = new MarginPadding
|
textFlow.Margin = new MarginPadding
|
||||||
{
|
{
|
||||||
Top = 10,
|
Vertical = 10,
|
||||||
Bottom = 10,
|
Horizontal = 20,
|
||||||
Left = 20,
|
|
||||||
Right = 20,
|
|
||||||
};
|
};
|
||||||
return textFlow;
|
return textFlow;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user