mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Some little size adjustments
This commit is contained in:
@ -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;
|
||||||
|
|
||||||
|
@ -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
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user