mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 13:37:25 +08:00
Fix left padding adding shear width
This commit is contained in:
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[]
|
||||
|
Loading…
Reference in New Issue
Block a user