mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 02:32:55 +08:00
Adjust ratio to match previous behaviour
This commit is contained in:
parent
da18c399e2
commit
93b97e5110
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user