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
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ private void load(OsuColour colours)
},
RowDimensions = new[]
{
new Dimension(GridSizeMode.Absolute, 35),
new Dimension(GridSizeMode.Absolute, 30),
new Dimension(GridSizeMode.Absolute, 25),
}
}