1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 22:07:25 +08:00

Fix left padding adding shear width

This commit is contained in:
Joseph Madamba 2023-09-05 15:21:23 -07:00
parent 3f92dae55c
commit 8e8fae0fba
No known key found for this signature in database
GPG Key ID: 8B746C7BDDF0BD76

View File

@ -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[]