mirror of
https://github.com/osukey/osukey.git
synced 2025-06-09 13:28:03 +09:00
Move further to the right to avoid overlap with toolbox listing
This commit is contained in:
parent
9c4fbf45e9
commit
59457743e5
@ -56,13 +56,6 @@ namespace osu.Game.Skinning.Editor
|
|||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
Children = new Drawable[]
|
Children = new Drawable[]
|
||||||
{
|
{
|
||||||
new TriangleButton
|
|
||||||
{
|
|
||||||
Margin = new MarginPadding(10),
|
|
||||||
Text = "Close",
|
|
||||||
Width = 100,
|
|
||||||
Action = Hide,
|
|
||||||
},
|
|
||||||
headerText = new OsuTextFlowContainer
|
headerText = new OsuTextFlowContainer
|
||||||
{
|
{
|
||||||
TextAnchor = Anchor.TopCentre,
|
TextAnchor = Anchor.TopCentre,
|
||||||
@ -95,6 +88,13 @@ namespace osu.Game.Skinning.Editor
|
|||||||
Children = new Drawable[]
|
Children = new Drawable[]
|
||||||
{
|
{
|
||||||
new SkinBlueprintContainer(targetScreen),
|
new SkinBlueprintContainer(targetScreen),
|
||||||
|
new TriangleButton
|
||||||
|
{
|
||||||
|
Margin = new MarginPadding(10),
|
||||||
|
Text = "Close",
|
||||||
|
Width = 100,
|
||||||
|
Action = Hide,
|
||||||
|
},
|
||||||
new FillFlowContainer
|
new FillFlowContainer
|
||||||
{
|
{
|
||||||
Direction = FillDirection.Horizontal,
|
Direction = FillDirection.Horizontal,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user