mirror of
https://github.com/ppy/osu.git
synced 2026-05-24 22:00:57 +08:00
Adjust slider bar padding
https://discord.com/channels/188630481301012481/188630652340404224/1291374650256916482
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user