Adjust toolbar button sizing

This commit is contained in:
Dean Herbert
2020-09-03 16:29:15 +09:00
parent 98c5a04a09
commit 2fac0a180e
6 changed files with 10 additions and 17 deletions

View File

@ -37,7 +37,7 @@ namespace osu.Game.Overlays.Toolbar
},
ModeButtonLine = new Container
{
Size = new Vector2(ToolbarButton.WIDTH, 3),
Size = new Vector2(Toolbar.HEIGHT, 3),
Anchor = Anchor.BottomLeft,
Origin = Anchor.TopLeft,
Masking = true,