1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-16 23:42:54 +08:00
Bartłomiej Dach 2024-10-03 14:32:46 +02:00
parent 99eb26b7d5
commit 2c0a7d4c18
No known key found for this signature in database

View File

@ -107,7 +107,12 @@ namespace osu.Game.Graphics.UserInterfaceV2
new Container new Container
{ {
RelativeSizeAxes = Axes.Both, RelativeSizeAxes = Axes.Both,
Padding = new MarginPadding(9), Padding = new MarginPadding
{
Vertical = 9,
Left = 9,
Right = 5,
},
Children = new Drawable[] Children = new Drawable[]
{ {
caption = new FormFieldCaption caption = new FormFieldCaption