* 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
14 lines
675 B
XML
14 lines
675 B
XML
<SS14Window
|
|
SetSize="250 300"
|
|
Margin="4 0"
|
|
xmlns="https://spacestation14.io">
|
|
<BoxContainer Orientation="Vertical">
|
|
<BoxContainer Name="QuantityBox" Orientation="Horizontal" Margin ="0 4">
|
|
<Label Text="{Loc 'admin-add-reagent-window-amount-label'}" Margin="0 0 10 0"/>
|
|
</BoxContainer>
|
|
<LineEdit Name="SearchBar" PlaceHolder="{Loc 'admin-add-reagent-window-search-placeholder'}" HorizontalExpand="True" Margin ="0 4"/>
|
|
<ItemList Name="ReagentList" SelectMode="Single" VerticalExpand="True" Margin ="0 4"/>
|
|
<Button Name="AddButton" HorizontalExpand="True" Margin ="0 4" />
|
|
</BoxContainer>
|
|
</SS14Window>
|