mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-21 07:28:31 +03:00
* Fix chat filter button Oh look, the popup code was copy pasted between chat filter and channel selector. Hilarious. Anyways same stuff as 995f506aafd770dd6572dfc9e7bf9e18186e485a. I pulled it all out into a base class so NO MORE COPY PASTE. Fixes #22360 * Remove all further EnableAllKeybinds buttons. Fixes #22346 Yeah none of these are valid use cases, why is this set...
42 lines
1.5 KiB
XML
42 lines
1.5 KiB
XML
<Control xmlns="https://spacestation14.io"
|
|
xmlns:cc="clr-namespace:Content.Client.Administration.UI.CustomControls">
|
|
<PanelContainer Name="BackgroundColorPanel" Access="Public"/>
|
|
<BoxContainer Orientation="Horizontal"
|
|
HorizontalExpand="True"
|
|
SeparationOverride="4">
|
|
<Label Name="UsernameLabel"
|
|
SizeFlagsStretchRatio="3"
|
|
HorizontalExpand="True"
|
|
ClipText="True"
|
|
Text="{Loc player-tab-username}"
|
|
MouseFilter="Pass"/>
|
|
<cc:VSeparator/>
|
|
<Label Name="CharacterLabel"
|
|
SizeFlagsStretchRatio="3"
|
|
HorizontalExpand="True"
|
|
ClipText="True"
|
|
Text="{Loc player-tab-character}"
|
|
MouseFilter="Pass"/>
|
|
<cc:VSeparator/>
|
|
<Label Name="JobLabel"
|
|
SizeFlagsStretchRatio="3"
|
|
HorizontalExpand="True"
|
|
ClipText="True"
|
|
Text="{Loc player-tab-job}"
|
|
MouseFilter="Pass"/>
|
|
<cc:VSeparator/>
|
|
<Label Name="AntagonistLabel"
|
|
SizeFlagsStretchRatio="2"
|
|
HorizontalExpand="True"
|
|
ClipText="True"
|
|
Text="{Loc player-tab-antagonist}"
|
|
MouseFilter="Pass"/>
|
|
<Label Name="PlaytimeLabel"
|
|
SizeFlagsStretchRatio="2"
|
|
HorizontalExpand="True"
|
|
ClipText="True"
|
|
Text="{Loc player-tab-playtime}"
|
|
MouseFilter="Pass"/>
|
|
</BoxContainer>
|
|
</Control>
|