mirror of
https://github.com/ppy/osu.git
synced 2024-12-16 21:02:55 +08:00
Adjust slider bar padding
https://discord.com/channels/188630481301012481/188630652340404224/1291374650256916482
This commit is contained in:
parent
99eb26b7d5
commit
2c0a7d4c18
@ -107,7 +107,12 @@ namespace osu.Game.Graphics.UserInterfaceV2
|
||||
new Container
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Padding = new MarginPadding(9),
|
||||
Padding = new MarginPadding
|
||||
{
|
||||
Vertical = 9,
|
||||
Left = 9,
|
||||
Right = 5,
|
||||
},
|
||||
Children = new Drawable[]
|
||||
{
|
||||
caption = new FormFieldCaption
|
||||
|
Loading…
Reference in New Issue
Block a user