2021-12-25 20:10:55 -08:00
|
|
|
<ContainerButton xmlns="https://spacestation14.io"
|
2023-12-13 03:02:19 +01:00
|
|
|
xmlns:customControls="clr-namespace:Content.Client.Administration.UI.CustomControls">
|
2021-12-25 20:10:55 -08:00
|
|
|
<PanelContainer Name="BackgroundColorPanel"/>
|
|
|
|
|
<BoxContainer Orientation="Horizontal"
|
|
|
|
|
HorizontalExpand="True"
|
|
|
|
|
SeparationOverride="4">
|
|
|
|
|
<Label Name="UsernameLabel"
|
2022-01-15 05:17:33 -08:00
|
|
|
SizeFlagsStretchRatio="3"
|
2021-12-25 20:10:55 -08:00
|
|
|
HorizontalExpand="True"
|
|
|
|
|
ClipText="True"/>
|
|
|
|
|
<customControls:VSeparator/>
|
|
|
|
|
<Label Name="CharacterLabel"
|
2022-01-15 05:17:33 -08:00
|
|
|
SizeFlagsStretchRatio="3"
|
|
|
|
|
HorizontalExpand="True"
|
|
|
|
|
ClipText="True"/>
|
|
|
|
|
<customControls:VSeparator/>
|
|
|
|
|
<Label Name="JobLabel"
|
|
|
|
|
SizeFlagsStretchRatio="3"
|
2021-12-25 20:10:55 -08:00
|
|
|
HorizontalExpand="True"
|
|
|
|
|
ClipText="True"/>
|
|
|
|
|
<customControls:VSeparator/>
|
|
|
|
|
<Label Name="AntagonistLabel"
|
|
|
|
|
SizeFlagsStretchRatio="2"
|
|
|
|
|
HorizontalExpand="True"
|
|
|
|
|
ClipText="True"/>
|
2023-10-14 01:55:40 -07:00
|
|
|
<Label Name="OverallPlaytimeLabel"
|
|
|
|
|
SizeFlagsStretchRatio="2"
|
|
|
|
|
HorizontalExpand="True"
|
|
|
|
|
ClipText="True"/>
|
2021-12-25 20:10:55 -08:00
|
|
|
</BoxContainer>
|
|
|
|
|
</ContainerButton>
|