LoadoutGroupContainer.xaml 579 B

12345678910
  1. <BoxContainer xmlns="https://spacestation14.io"
  2. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  3. Orientation="Vertical">
  4. <PanelContainer StyleClasses="AngleRect" HorizontalExpand="True">
  5. <BoxContainer Name="LoadoutsContainer" Orientation="Vertical"/>
  6. </PanelContainer>
  7. <!-- Buffer space so we have 10 margin between controls but also 10 to the borders -->
  8. <Label Text="{Loc 'loadout-restrictions'}" Margin="5 0 5 5"/>
  9. <BoxContainer Name="RestrictionsContainer" Orientation="Vertical" HorizontalExpand="True" />
  10. </BoxContainer>