mirror of
https://github.com/ppy/osu.git
synced 2026-05-28 07:12:12 +08:00
Inflate padding to left of difficulty icon to make more visually even
This commit is contained in:
@@ -93,7 +93,7 @@ namespace osu.Game.Screens.SelectV2
|
||||
Icon = difficultyIcon = new ConstrainedIconContainer
|
||||
{
|
||||
Size = new Vector2(9f),
|
||||
Margin = new MarginPadding { Horizontal = 1.5f },
|
||||
Margin = new MarginPadding { Left = 2.5f, Right = 1.5f },
|
||||
Colour = colourProvider.Background5,
|
||||
};
|
||||
|
||||
|
||||
@@ -100,7 +100,7 @@ namespace osu.Game.Screens.SelectV2
|
||||
Icon = difficultyIcon = new ConstrainedIconContainer
|
||||
{
|
||||
Size = new Vector2(12),
|
||||
Margin = new MarginPadding { Horizontal = 3f },
|
||||
Margin = new MarginPadding { Left = 4f, Right = 3f },
|
||||
Colour = colourProvider.Background5,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user