mirror of https://github.com/ppy/osu
Fix regression in sidebar button sizing
This commit is contained in:
parent
0d1674ca5e
commit
f5a73130e1
|
@ -18,7 +18,7 @@ namespace osu.Game.Overlays.Settings
|
|||
public class Sidebar : Container<SidebarButton>, IStateful<ExpandedState>
|
||||
{
|
||||
private readonly FillFlowContainer<SidebarButton> content;
|
||||
public const float DEFAULT_WIDTH = Toolbar.Toolbar.HEIGHT;
|
||||
public const float DEFAULT_WIDTH = Toolbar.Toolbar.HEIGHT * 1.4f;
|
||||
public const int EXPANDED_WIDTH = 200;
|
||||
|
||||
public event Action<ExpandedState> StateChanged;
|
||||
|
|
Loading…
Reference in New Issue