Delta-v/Content.Client/Lobby/UI/Loadouts/LoadoutGroupContainer.xaml

15 lines
814 B
XML

<BoxContainer xmlns="https://spacestation14.io"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Orientation="Vertical">
<PanelContainer StyleClasses="BackgroundPanel" 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>