1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-22 02:41:23 +08:00

Fix left padding adding shear width

This commit is contained in:
Joseph Madamba
2023-09-05 15:21:23 -07:00
Unverified
parent 3f92dae55c
commit 8e8fae0fba
@@ -278,7 +278,7 @@ namespace osu.Game.Screens.Select
{
Name = "Top-left aligned metadata",
Direction = FillDirection.Vertical,
Padding = new MarginPadding { Horizontal = text_margin + shear_width, Top = 12 },
Padding = new MarginPadding { Left = text_margin, Right = text_margin + shear_width, Top = 12 },
AutoSizeAxes = Axes.Y,
RelativeSizeAxes = Axes.X,
Children = new Drawable[]