mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 11:40:52 +01:00
9 lines
568 B
XML
9 lines
568 B
XML
<cc:DefaultWindow 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:DefaultWindow>
|