mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 03:30:53 +01: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:BoxContainer Orientation="Vertical" 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:BoxContainer>
|
|
</cc:SS14Window>
|