Files
tbd-station-14/Content.Client/Info/Info.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
406 B
XML

<ScrollContainer xmlns="https://spacestation14.io"
HScrollEnabled="False"
HorizontalExpand="True"
VerticalExpand="True">
<BoxContainer Name="InfoContainer"
Orientation="Vertical"
Margin="2 2 0 0"
SeparationOverride="10"
Access="Public">
</BoxContainer>
</ScrollContainer>