Skip to content
This repository was archived by the owner on Dec 23, 2025. It is now read-only.

Commit 93b7d69

Browse files
committed
2 parents 396137f + c1b9b7e commit 93b7d69

322 files changed

Lines changed: 11859 additions & 9037 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<BoxContainer xmlns="https://spacestation14.io"
2+
xmlns:gfx="clr-namespace:Robust.Client.Graphics;assembly=Robust.Client"
3+
Orientation="Horizontal"
4+
Margin="10 10 10 10"
5+
VerticalExpand="True"
6+
HorizontalExpand="True"
7+
MinHeight="70">
8+
9+
<!-- Access groups -->
10+
<BoxContainer Name="AccessGroupList" Access="Public" Orientation="Vertical" HorizontalExpand="True" SizeFlagsStretchRatio="0.5" Margin="0 0 10 0">
11+
<!-- Populated with C# code -->
12+
</BoxContainer>
13+
14+
<PanelContainer StyleClasses="LowDivider" VerticalExpand="True" Margin="0 0 0 0" SetWidth="2">
15+
<PanelContainer.PanelOverride>
16+
<gfx:StyleBoxFlat BackgroundColor="#FFFFFF" />
17+
</PanelContainer.PanelOverride>
18+
</PanelContainer>
19+
20+
<!-- Access levels -->
21+
<ScrollContainer HorizontalExpand="True" VerticalExpand="True" Margin="10 0 0 0">
22+
<BoxContainer Name="AccessLevelChecklist" Access="Public" Orientation="Vertical" HorizontalAlignment="Left">
23+
<!-- Populated with C# code -->
24+
</BoxContainer>
25+
</ScrollContainer>
26+
</BoxContainer>

0 commit comments

Comments
 (0)