mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Very slightly reduce size of slider bar to increase bottom padding
This commit is contained in:
@ -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),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user