Skip to content

Commit

Permalink
缩小边距
Browse files Browse the repository at this point in the history
  • Loading branch information
cdwcgt committed Jan 10, 2025
1 parent 41f8ef2 commit 76286fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu.Game.Tournament/Components/SongBar.cs
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ public partial class DiffPiece : TextFlowContainer
{
public DiffPiece(params (string heading, string content)[] tuples)
{
Margin = new MarginPadding { Horizontal = 15, Vertical = 1 };
Margin = new MarginPadding { Horizontal = 7, Vertical = 1 };
AutoSizeAxes = Axes.Both;

static void cp(SpriteText s, bool bold)
Expand Down

0 comments on commit 76286fb

Please sign in to comment.