1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-14 05:47:20 +08:00

Fix slight misalignment so timeline is now completely centered

This commit is contained in:
Dean Herbert 2023-07-14 14:29:13 +09:00
parent 01750dd091
commit 6b222cfafd

View File

@ -13,7 +13,7 @@ namespace osu.Game.Screens.Edit
{
public abstract partial class EditorScreenWithTimeline : EditorScreen
{
private const float padding = 10;
private const float padding = 15;
private Container timelineContainer = null!;
@ -74,7 +74,6 @@ namespace osu.Game.Screens.Edit
{
RelativeSizeAxes = Axes.X,
AutoSizeAxes = Axes.Y,
Padding = new MarginPadding { Right = 5 },
},
},
},