mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 14:13:18 +08:00
Some little size adjustments
This commit is contained in:
parent
3feaaa3e4d
commit
2d167a5161
@ -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;
|
||||
|
||||
|
@ -68,7 +68,7 @@ namespace osu.Game.Overlays
|
||||
{
|
||||
title.Margin = new MarginPadding
|
||||
{
|
||||
Vertical = 5,
|
||||
Vertical = 10,
|
||||
Left = UserProfileOverlay.CONTENT_X_MARGIN
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user