1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-19 07:42:58 +08:00

Very slightly reduce size of slider bar to increase bottom padding

This commit is contained in:
smoogipoo 2018-03-22 20:11:55 +09:00
parent dade52d15d
commit 2b7d22c4ea

View File

@ -130,7 +130,7 @@ namespace osu.Game.Screens.Edit.Screens.Compose
}, },
RowDimensions = new[] RowDimensions = new[]
{ {
new Dimension(GridSizeMode.Absolute, 35), new Dimension(GridSizeMode.Absolute, 30),
new Dimension(GridSizeMode.Absolute, 25), new Dimension(GridSizeMode.Absolute, 25),
} }
} }