Files
tbd-station-14/Content.Client/Bql/BqlResultsWindow.xaml
Pieter-Jan Briers 9931a6b2f2 New bql_select command. (#17007)
Shows BQL results in a client window. Allows TP and VV to the entities.
2023-05-31 17:29:31 -05:00

11 lines
379 B
XML

<DefaultWindow
xmlns="https://spacestation14.io"
Title="{Loc 'ui-bql-results-title'}">
<BoxContainer Orientation="Vertical">
<Label Name="StatusLabel" />
<ScrollContainer VerticalExpand="True">
<BoxContainer Orientation="Vertical" Name="ItemList" VerticalExpand="True" />
</ScrollContainer>
</BoxContainer>
</DefaultWindow>