mirror of
https://github.com/ppy/osu.git
synced 2025-01-26 16:53:20 +08:00
Add default
This commit is contained in:
parent
748f7fcd8b
commit
828180ad9b
@ -211,7 +211,8 @@ namespace osu.Game.Tournament.Screens
|
|||||||
private class ResolutionSelector : ActionableInfo
|
private class ResolutionSelector : ActionableInfo
|
||||||
{
|
{
|
||||||
private const int minimum_window_height = 480;
|
private const int minimum_window_height = 480;
|
||||||
private const int maximum_window_height = 2160; // 4k
|
private const int maximum_window_height = 2160;
|
||||||
|
|
||||||
public new Action<int> Action;
|
public new Action<int> Action;
|
||||||
|
|
||||||
private OsuNumberBox numberBox;
|
private OsuNumberBox numberBox;
|
||||||
@ -221,6 +222,7 @@ namespace osu.Game.Tournament.Screens
|
|||||||
var drawable = base.CreateComponent();
|
var drawable = base.CreateComponent();
|
||||||
FlowContainer.Insert(-1, numberBox = new OsuNumberBox
|
FlowContainer.Insert(-1, numberBox = new OsuNumberBox
|
||||||
{
|
{
|
||||||
|
Text = "1080",
|
||||||
Width = 100
|
Width = 100
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user