1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-25 09:50:13 +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
Unverified
parent 01750dd091
commit 6b222cfafd
@@ -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 },
},
},
},