Skip to content

Commit

Permalink
Remove stuff that looks bad after moving timeline toggle controls
Browse files Browse the repository at this point in the history
  • Loading branch information
bdach committed Jun 17, 2024
1 parent b42752c commit 03049d4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
10 changes: 0 additions & 10 deletions osu.Game/Screens/Edit/Compose/Components/Timeline/TimelineArea.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,6 @@ private void load(OverlayColourProvider colourProvider, OsuColour colours)
AutoSizeAxes = Axes.Y,
Children = new Drawable[]
{
// the out-of-bounds portion of the centre marker.
new Box
{
Width = 24,
Height = EditorScreenWithTimeline.PADDING,
Depth = float.MaxValue,
Colour = colours.Red1,
Anchor = Anchor.TopCentre,
Origin = Anchor.BottomCentre,
},
new Box
{
RelativeSizeAxes = Axes.Both,
Expand Down
1 change: 0 additions & 1 deletion osu.Game/Screens/Edit/EditorScreenWithTimeline.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ private void load(OverlayColourProvider colourProvider)
Name = "Timeline content",
RelativeSizeAxes = Axes.X,
AutoSizeAxes = Axes.Y,
Padding = new MarginPadding { Horizontal = PADDING, Top = PADDING },
Content = new[]
{
new Drawable[]
Expand Down

0 comments on commit 03049d4

Please sign in to comment.