mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 09:22:54 +08:00
Add back correct defaults.
This commit is contained in:
parent
95757ac420
commit
bd5493fb25
@ -22,7 +22,7 @@ namespace osu.Desktop.VisualTests.Tests
|
|||||||
OsuTabControl<GroupMode> filter;
|
OsuTabControl<GroupMode> filter;
|
||||||
Add(filter = new OsuTabControl<GroupMode>
|
Add(filter = new OsuTabControl<GroupMode>
|
||||||
{
|
{
|
||||||
Width = 229,
|
Size = new Vector2(229, 24),
|
||||||
AutoSort = true
|
AutoSort = true
|
||||||
});
|
});
|
||||||
Add(text = new OsuSpriteText
|
Add(text = new OsuSpriteText
|
||||||
|
@ -11,7 +11,6 @@ using osu.Framework.Graphics.Primitives;
|
|||||||
using osu.Framework.Graphics.Sprites;
|
using osu.Framework.Graphics.Sprites;
|
||||||
using osu.Game.Graphics;
|
using osu.Game.Graphics;
|
||||||
using osu.Game.Graphics.UserInterface;
|
using osu.Game.Graphics.UserInterface;
|
||||||
using osu.Game.Graphics.Sprites;
|
|
||||||
using osu.Game.Screens.Select.Filter;
|
using osu.Game.Screens.Select.Filter;
|
||||||
using Container = osu.Framework.Graphics.Containers.Container;
|
using Container = osu.Framework.Graphics.Containers.Container;
|
||||||
using osu.Framework.Graphics.UserInterface.Tab;
|
using osu.Framework.Graphics.UserInterface.Tab;
|
||||||
@ -97,7 +96,6 @@ namespace osu.Game.Screens.Select
|
|||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.X,
|
RelativeSizeAxes = Axes.X,
|
||||||
Height = 1,
|
Height = 1,
|
||||||
Y = 24,
|
|
||||||
Colour = OsuColour.Gray(80),
|
Colour = OsuColour.Gray(80),
|
||||||
Origin = Anchor.BottomLeft,
|
Origin = Anchor.BottomLeft,
|
||||||
Anchor = Anchor.BottomLeft,
|
Anchor = Anchor.BottomLeft,
|
||||||
@ -115,6 +113,7 @@ namespace osu.Game.Screens.Select
|
|||||||
groupTabs = new OsuTabControl<GroupMode>
|
groupTabs = new OsuTabControl<GroupMode>
|
||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.X,
|
RelativeSizeAxes = Axes.X,
|
||||||
|
Height = 24,
|
||||||
Width = 0.5f,
|
Width = 0.5f,
|
||||||
AutoSort = true
|
AutoSort = true
|
||||||
},
|
},
|
||||||
@ -133,6 +132,7 @@ namespace osu.Game.Screens.Select
|
|||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.X,
|
RelativeSizeAxes = Axes.X,
|
||||||
Width = 0.5f,
|
Width = 0.5f,
|
||||||
|
Height = 24,
|
||||||
AutoSort = true,
|
AutoSort = true,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user