mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-09-03 02:27:08 +02:00
9 lines
541 B
XML
9 lines
541 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..." HorizontalExpand="True" />
|
|
<c:ItemList Name="EntryItemList" VerticalExpand="True" HorizontalExpand="True" SelectMode="Single" />
|
|
<c:Button Name="AddButton" Text="Select" TextAlign="Center" HorizontalExpand="True"/>
|
|
</c:VBoxContainer>
|
|
</cc:SS14Window>
|