15 lines
808 B
XML
15 lines
808 B
XML
<BoxContainer xmlns="https://spacestation14.io"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
Orientation="Vertical">
|
|
<PanelContainer StyleClasses="AngleRect" HorizontalExpand="True" Margin="5">
|
|
<BoxContainer Name="LoadoutsContainer" Orientation="Vertical" VerticalExpand="True" HorizontalExpand="True"/>
|
|
</PanelContainer>
|
|
<!-- Buffer space so we have 10 margin between controls but also 10 to the borders -->
|
|
<PanelContainer StyleClasses="AngleRect" HorizontalExpand="True" Margin="5">
|
|
<BoxContainer Orientation="Vertical">
|
|
<Label Text="{Loc 'loadout-restrictions'}"/>
|
|
<BoxContainer Name="RestrictionsContainer" Orientation="Vertical" HorizontalExpand="True" />
|
|
</BoxContainer>
|
|
</PanelContainer>
|
|
</BoxContainer>
|