18 lines
690 B
XML
18 lines
690 B
XML
<PanelContainer xmlns="https://spacestation14.io"
|
|
xmlns:customControls="clr-namespace:Content.Client.Administration.UI.CustomControls"
|
|
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>
|
|
</PanelContainer>
|