diff --git a/osu.Game/Graphics/UserInterface/ScreenTitle.cs b/osu.Game/Graphics/UserInterface/ScreenTitle.cs index f5bb97d465..ecd0508258 100644 --- a/osu.Game/Graphics/UserInterface/ScreenTitle.cs +++ b/osu.Game/Graphics/UserInterface/ScreenTitle.cs @@ -16,7 +16,7 @@ namespace osu.Game.Graphics.UserInterface { public const float ICON_WIDTH = ICON_SIZE + spacing; - public const float ICON_SIZE = 30; + public const float ICON_SIZE = 25; private const float spacing = 6; private const int text_offset = 2; diff --git a/osu.Game/Overlays/OverlayHeader.cs b/osu.Game/Overlays/OverlayHeader.cs index bfb2c4cd5e..72e86b2400 100644 --- a/osu.Game/Overlays/OverlayHeader.cs +++ b/osu.Game/Overlays/OverlayHeader.cs @@ -68,7 +68,7 @@ namespace osu.Game.Overlays { title.Margin = new MarginPadding { - Vertical = 5, + Vertical = 10, Left = UserProfileOverlay.CONTENT_X_MARGIN }; })