1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-12 17:57:21 +08:00

Align beat snap control width with right toolbox

This commit is contained in:
Bartłomiej Dach 2024-06-17 11:47:37 +02:00
parent f7910f774d
commit 07f1994a13
No known key found for this signature in database

View File

@ -46,7 +46,7 @@ namespace osu.Game.Screens.Edit.Compose.Components.Timeline
{ {
new Dimension(), new Dimension(),
new Dimension(GridSizeMode.Absolute, 35), new Dimension(GridSizeMode.Absolute, 35),
new Dimension(GridSizeMode.Absolute, HitObjectComposer.TOOLBOX_CONTRACTED_SIZE_RIGHT - padding * 2), new Dimension(GridSizeMode.Absolute, HitObjectComposer.TOOLBOX_CONTRACTED_SIZE_RIGHT),
}, },
Content = new[] Content = new[]
{ {