mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Move items height out of PageSelector
This commit is contained in:
@ -10,8 +10,6 @@ namespace osu.Game.Graphics.UserInterface.PageSelector
|
||||
{
|
||||
public class PageSelector : CompositeDrawable
|
||||
{
|
||||
public const int HEIGHT = 20;
|
||||
|
||||
public readonly BindableInt CurrentPage = new BindableInt(1);
|
||||
public readonly BindableInt MaxPages = new BindableInt(1);
|
||||
|
||||
|
Reference in New Issue
Block a user