1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 22:07:25 +08:00

Adjust ratio to match previous behaviour

This commit is contained in:
Dean Herbert 2021-08-13 16:35:22 +09:00
parent da18c399e2
commit 93b97e5110

View File

@ -67,7 +67,7 @@ namespace osu.Game
/// <summary>
/// The amount of global offset to apply when a left/right anchored overlay is displayed (ie. settings or notifications).
/// </summary>
protected const float SIDE_OVERLAY_OFFSET_RATIO = 0.125f;
protected const float SIDE_OVERLAY_OFFSET_RATIO = 0.05f;
public Toolbar Toolbar;