Files
tbd-station-14/Content.Client/Info/InfoControlsSection.xaml
ShadowCommander 09e0f79b89 Xaml Rules and Info (#5741)
* XAMLify rules and info

* Fix errors

* Combine AddSection methods

* Readd AddSection
2021-12-15 22:17:01 -08:00

12 lines
471 B
XML

<BoxContainer xmlns="https://spacestation14.io"
Orientation="Vertical">
<Label Text="{Loc 'ui-info-header-controls'}" StyleClasses="LabelHeading"/>
<BoxContainer Orientation="Horizontal"
SeparationOverride="5">
<Label Text="{Loc 'ui-info-text-controls'}"/>
<Button Name="ControlsButton"
Text="{Loc 'ui-info-button-controls'}"
Access="Public"/>
</BoxContainer>
</BoxContainer>