* Fix chat filter button
Oh look, the popup code was copy pasted between chat filter and channel selector.
Hilarious.
Anyways same stuff as 995f506aaf. 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...
29 lines
1.2 KiB
XML
29 lines
1.2 KiB
XML
<Control xmlns="https://spacestation14.io"
|
|
xmlns:customControls="clr-namespace:Content.Client.Administration.UI.CustomControls">
|
|
<PanelContainer Name="BackgroundColorPlaytimePanel" Access="Public"/>
|
|
<BoxContainer Orientation="Vertical"
|
|
HorizontalExpand="True">
|
|
<BoxContainer Orientation="Horizontal"
|
|
HorizontalExpand="True"
|
|
SeparationOverride="4">
|
|
<Label Name="RoleLabel"
|
|
SizeFlagsStretchRatio="3"
|
|
HorizontalExpand="True"
|
|
ClipText="True"
|
|
Text="{Loc ui-playtime-header-role-type}"
|
|
MouseFilter="Pass"
|
|
Margin="5,5,5,5"/>
|
|
<customControls:VSeparator/>
|
|
<Label Name="PlaytimeLabel"
|
|
SizeFlagsStretchRatio="3"
|
|
HorizontalExpand="True"
|
|
ClipText="True"
|
|
Text="{Loc ui-playtime-header-role-time}"
|
|
MouseFilter="Pass"
|
|
Margin="5,5,5,5"/>
|
|
</BoxContainer>
|
|
<!-- Horizontal Separator -->
|
|
<customControls:HSeparator/>
|
|
</BoxContainer>
|
|
</Control>
|