19 lines
741 B
Plaintext
19 lines
741 B
Plaintext
|
|
<ContainerButton xmlns="https://spacestation14.io"
|
||
|
|
xmlns:customControls="clr-namespace:Content.Client.Administration.UI.CustomControls"
|
||
|
|
EnableAllKeybinds="True">
|
||
|
|
<PanelContainer Name="BackgroundColorPanel"/>
|
||
|
|
<BoxContainer Orientation="Horizontal"
|
||
|
|
HorizontalExpand="True"
|
||
|
|
SeparationOverride="4">
|
||
|
|
<Label Name="NameLabel"
|
||
|
|
SizeFlagsStretchRatio="3"
|
||
|
|
HorizontalExpand="True"
|
||
|
|
ClipText="True"/>
|
||
|
|
<customControls:VSeparator/>
|
||
|
|
<Label Name="EIDLabel"
|
||
|
|
SizeFlagsStretchRatio="3"
|
||
|
|
HorizontalExpand="True"
|
||
|
|
ClipText="True"/>
|
||
|
|
</BoxContainer>
|
||
|
|
</ContainerButton>
|