* testing decription textlabel * Move uplink listing to a new menu * Add search bar * Added description * Added radio uplink * Added preset uplinks * Minor fix * Fixed comma
49 lines
2.4 KiB
XML
49 lines
2.4 KiB
XML
<SS14Window xmlns="https://spacestation14.io"
|
|
xmlns:gfx="clr-namespace:Robust.Client.Graphics;assembly=Robust.Client"
|
|
Title="{Loc 'uplink-user-interface-title'}"
|
|
MinSize="512 512"
|
|
SetSize="512 512">
|
|
<BoxContainer Orientation="Vertical">
|
|
<BoxContainer Orientation="Vertical"
|
|
VerticalExpand="True">
|
|
<BoxContainer Orientation="Horizontal"
|
|
Margin="4 4 4 4">
|
|
<RichTextLabel Name="BalanceInfoProtected"
|
|
HorizontalExpand="True"
|
|
HorizontalAlignment="Left" />
|
|
</BoxContainer>
|
|
<PanelContainer VerticalExpand="True">
|
|
<PanelContainer.PanelOverride>
|
|
<gfx:StyleBoxFlat BackgroundColor="#000000FF" />
|
|
</PanelContainer.PanelOverride>
|
|
<BoxContainer Orientation="Horizontal"
|
|
VerticalExpand="True">
|
|
<PanelContainer VerticalExpand="True">
|
|
<PanelContainer.PanelOverride>
|
|
<gfx:StyleBoxFlat BackgroundColor="#80808005" />
|
|
</PanelContainer.PanelOverride>
|
|
<BoxContainer Name="CategoryListContainer"
|
|
Orientation="Vertical">
|
|
<!-- Category buttons are added here by code -->
|
|
</BoxContainer>
|
|
</PanelContainer>
|
|
<ScrollContainer Name="UplinkListingsScroll"
|
|
HorizontalExpand="True"
|
|
VerticalExpand="True"
|
|
SizeFlagsStretchRatio="2"
|
|
HScrollEnabled="False"
|
|
MinSize="100 256">
|
|
<BoxContainer Name="UplinkListingsContainer"
|
|
Orientation="Vertical"
|
|
VerticalExpand="True"
|
|
SizeFlagsStretchRatio="2"
|
|
MinSize="100 256">
|
|
<!-- Listings are added here by code -->
|
|
</BoxContainer>
|
|
</ScrollContainer>
|
|
</BoxContainer>
|
|
</PanelContainer>
|
|
</BoxContainer>
|
|
</BoxContainer>
|
|
</SS14Window>
|