* AddReagentWindow * addReagent command * functional UI * fix networking * add comments & docstrings * Remove unecesary system * cleanup & close-eui * tweak default window size * fix EUI closing error * fix merge issues * fix merge
17 lines
823 B
XML
17 lines
823 B
XML
<SS14Window
|
|
SetSize="300 300"
|
|
Margin="4 0"
|
|
xmlns="https://spacestation14.io">
|
|
<BoxContainer Orientation="Vertical">
|
|
<BoxContainer Orientation="Horizontal" HorizontalExpand="True" Margin="0 4">
|
|
<Label Text ="{Loc 'admin-solutions-window-solution-label'}" Margin="0 0 10 0"/>
|
|
<OptionButton Name="SolutionOption" HorizontalExpand="True"/>
|
|
</BoxContainer>
|
|
<Label Name="TotalLabel" HorizontalExpand="True" Margin="0 4"/>
|
|
<ScrollContainer HorizontalExpand="True" VerticalExpand="True" Margin="0 4">
|
|
<BoxContainer Name="ReagentList" Orientation="Vertical"/>
|
|
</ScrollContainer>
|
|
<Button Name="AddButton" Text="{Loc 'admin-solutions-window-add-new-button'}" HorizontalExpand="True" Margin="0 4"/>
|
|
</BoxContainer>
|
|
</SS14Window>
|