1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-18 06:29:52 +08:00

Flip storyboard/video icon order

This commit is contained in:
Salman Alshamrani
2025-06-23 05:26:12 +03:00
Unverified
parent 25eb9914a4
commit 5436313c86
@@ -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,