Co-authored-by: Vera Aguilera Puerto <6766154+Zumorica@users.noreply.github.com> Co-authored-by: E F R <602406+Efruit@users.noreply.github.com> Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
19 lines
863 B
XML
19 lines
863 B
XML
<BoxContainer xmlns="https://spacestation14.io"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
Orientation="Vertical" Margin="0 0 0 4">
|
|
<Collapsible Orientation="Vertical">
|
|
<CollapsibleHeading Name="CName" />
|
|
<CollapsibleBody>
|
|
<BoxContainer Orientation="Vertical">
|
|
<BoxContainer Orientation="Horizontal">
|
|
<CheckBox Name="CIgnore" Text="{Loc 'Ignore'}" />
|
|
</BoxContainer>
|
|
<!-- Upper row: Danger bounds -->
|
|
<BoxContainer Name="CDangerBounds" Orientation="Horizontal" Margin="0 0 0 2"/>
|
|
<!-- Lower row: Warning bounds -->
|
|
<BoxContainer Name="CWarningBounds" Orientation="Horizontal" Margin="0 0 0 2"/>
|
|
</BoxContainer>
|
|
</CollapsibleBody>
|
|
</Collapsible>
|
|
</BoxContainer>
|