1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:57:39 +08:00

Adjust appearance slightly

This commit is contained in:
Dean Herbert 2017-06-13 15:27:47 +09:00
parent 679786c76f
commit 700d6f9d38
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ namespace osu.Game.Graphics.UserInterface
EdgeEffect = new EdgeEffectParameters
{
Type = EdgeEffectType.Shadow,
Colour = Color4.Black.Opacity(0.25f),
Colour = Color4.Black.Opacity(0.1f),
Radius = 4,
};
}

View File

@ -15,7 +15,7 @@ namespace osu.Game.Graphics.UserInterface
{
public class OsuContextMenuItem : ContextMenuItem
{
private const int transition_length = 200;
private const int transition_length = 80;
private const int margin_horizontal = 17;
public const int MARGIN_VERTICAL = 4;
private const int text_size = 17;