From 5436313c86c2e36fc0d6ed8cdaebb26da8024407 Mon Sep 17 00:00:00 2001 From: Salman Alshamrani Date: Mon, 23 Jun 2025 05:26:12 +0300 Subject: [PATCH] Flip storyboard/video icon order --- osu.Game/Overlays/BeatmapSet/BeatmapSetHeaderContent.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/osu.Game/Overlays/BeatmapSet/BeatmapSetHeaderContent.cs b/osu.Game/Overlays/BeatmapSet/BeatmapSetHeaderContent.cs index 8cdb644cab..f75e7b1d3c 100644 --- a/osu.Game/Overlays/BeatmapSet/BeatmapSetHeaderContent.cs +++ b/osu.Game/Overlays/BeatmapSet/BeatmapSetHeaderContent.cs @@ -193,7 +193,7 @@ namespace osu.Game.Overlays.BeatmapSet TextSize = 14, TextPadding = new MarginPadding { Horizontal = 35, Vertical = 10 } }, - videoIconPill = new VideoIconPill + storyboardIconPill = new StoryboardIconPill { AutoSizeAxes = Axes.X, RelativeSizeAxes = Axes.Y, @@ -202,7 +202,7 @@ namespace osu.Game.Overlays.BeatmapSet IconSize = new Vector2(34), IconPadding = new MarginPadding(10), }, - storyboardIconPill = new StoryboardIconPill + videoIconPill = new VideoIconPill { AutoSizeAxes = Axes.X, RelativeSizeAxes = Axes.Y,