mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-09-15 23:02:34 +02:00
9 lines
562 B
XML
9 lines
562 B
XML
<cc:SS14Window xmlns:cc="clr-namespace:Robust.Client.UserInterface.CustomControls"
|
|
xmlns:c="clr-namespace:Robust.Client.UserInterface.Controls">
|
|
<c:VBoxContainer VerticalExpand="True">
|
|
<c:LineEdit Name="SearchLineEdit" PlaceHolder="Search component..." HorizontalExpand="True" />
|
|
<c:ItemList Name="ComponentItemList" VerticalExpand="True" HorizontalExpand="True" SelectMode="Single" />
|
|
<c:Button Name="AddButton" Text="Add Component" TextAlign="Center" HorizontalExpand="True"/>
|
|
</c:VBoxContainer>
|
|
</cc:SS14Window>
|