Fix UI layout bugs with the PA.
This commit is contained in:
@@ -188,11 +188,11 @@ namespace Content.Client.ParticleAccelerator
|
|||||||
new MarginContainer
|
new MarginContainer
|
||||||
{
|
{
|
||||||
MarginLeftOverride = 4,
|
MarginLeftOverride = 4,
|
||||||
|
SizeFlagsHorizontal = SizeFlags.FillExpand,
|
||||||
Children =
|
Children =
|
||||||
{
|
{
|
||||||
new VBoxContainer
|
new VBoxContainer
|
||||||
{
|
{
|
||||||
SizeFlagsHorizontal = SizeFlags.FillExpand,
|
|
||||||
Children =
|
Children =
|
||||||
{
|
{
|
||||||
new HBoxContainer
|
new HBoxContainer
|
||||||
@@ -246,9 +246,13 @@ namespace Content.Client.ParticleAccelerator
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
new MarginContainer
|
||||||
|
{
|
||||||
|
CustomMinimumSize = (186, 0),
|
||||||
|
Children =
|
||||||
|
{
|
||||||
new VBoxContainer
|
new VBoxContainer
|
||||||
{
|
{
|
||||||
SizeFlagsHorizontal = SizeFlags.FillExpand,
|
|
||||||
Children =
|
Children =
|
||||||
{
|
{
|
||||||
(_statusLabel = new Label
|
(_statusLabel = new Label
|
||||||
@@ -297,6 +301,8 @@ namespace Content.Client.ParticleAccelerator
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
}
|
||||||
|
},
|
||||||
new StripeBack
|
new StripeBack
|
||||||
{
|
{
|
||||||
Children =
|
Children =
|
||||||
|
|||||||
Reference in New Issue
Block a user