Xaml Rules and Info (#5741)
* XAMLify rules and info * Fix errors * Combine AddSection methods * Readd AddSection
This commit is contained in:
11
Content.Client/Info/Info.xaml
Normal file
11
Content.Client/Info/Info.xaml
Normal file
@@ -0,0 +1,11 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user