33 lines
1.3 KiB
XML
33 lines
1.3 KiB
XML
<PanelContainer xmlns="https://spacestation14.io"
|
|
xmlns:customControls="clr-namespace:Content.Client.Administration.UI.CustomControls"
|
|
Name="BackgroundColorPanel"
|
|
MouseFilter="Stop">
|
|
<BoxContainer Orientation="Vertical">
|
|
<customControls:HSeparator/>
|
|
<BoxContainer Orientation="Horizontal"
|
|
HorizontalExpand="True"
|
|
Margin="5 2">
|
|
<customControls:VSeparator/>
|
|
<Label Name="SS14UsernameLabel"
|
|
SizeFlagsStretchRatio="2"
|
|
HorizontalExpand="True"
|
|
StyleClasses="LabelSubText"
|
|
ClipText="True"/>
|
|
<customControls:VSeparator/>
|
|
<Label Name="GithubLoginLabel"
|
|
SizeFlagsStretchRatio="2"
|
|
HorizontalExpand="True"
|
|
StyleClasses="LabelSubText"
|
|
ClipText="True"/>
|
|
<customControls:VSeparator/>
|
|
<Label Name="ContributionsLabel"
|
|
SizeFlagsStretchRatio="1"
|
|
HorizontalExpand="True"
|
|
StyleClasses="LabelSubText"
|
|
Align="Center"
|
|
ClipText="True"/>
|
|
<customControls:VSeparator/>
|
|
</BoxContainer>
|
|
<customControls:HSeparator/>
|
|
</BoxContainer>
|
|
</PanelContainer>
|