mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 11:40:52 +01:00
9 lines
607 B
XML
9 lines
607 B
XML
<cc:SS14Window xmlns:cc="clr-namespace:Robust.Client.UserInterface.CustomControls"
|
|
xmlns:c="clr-namespace:Robust.Client.UserInterface.Controls">
|
|
<c:VBoxContainer SizeFlagsVertical="FillExpand">
|
|
<c:LineEdit Name="SearchLineEdit" PlaceHolder="Search component..." SizeFlagsHorizontal="FillExpand" />
|
|
<c:ItemList Name="ComponentItemList" SizeFlagsVertical="FillExpand" SizeFlagsHorizontal="FillExpand" SelectMode="Single" />
|
|
<c:Button Name="AddButton" Text="Add Component" TextAlign="Center" SizeFlagsHorizontal="FillExpand"/>
|
|
</c:VBoxContainer>
|
|
</cc:SS14Window>
|