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:
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 },
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user