Some little size adjustments

This commit is contained in:
Andrei Zavatski
2019-12-27 05:53:31 +03:00
parent 3feaaa3e4d
commit 2d167a5161
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ namespace osu.Game.Graphics.UserInterface
{ {
public const float ICON_WIDTH = ICON_SIZE + spacing; 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 float spacing = 6;
private const int text_offset = 2; private const int text_offset = 2;

View File

@ -68,7 +68,7 @@ namespace osu.Game.Overlays
{ {
title.Margin = new MarginPadding title.Margin = new MarginPadding
{ {
Vertical = 5, Vertical = 10,
Left = UserProfileOverlay.CONTENT_X_MARGIN Left = UserProfileOverlay.CONTENT_X_MARGIN
}; };
}) })