Skip to content

Commit

Permalink
Create AICameraList.xaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Schrodinger71 authored Nov 21, 2023
1 parent 8b7a0e7 commit fd93f16
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Content.Client/ADT/StationAI/UI/AICameraList.xaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<controls:FancyWindow xmlns="https://spacestation14.io"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:controls="clr-namespace:Content.Client.UserInterface.Controls"
MinWidth="450" MinHeight="350" Title="{Loc ai-warp-menu-title}">
<BoxContainer Name="Box" Orientation="Vertical" Margin="5">
<BoxContainer Orientation="Horizontal" Margin="0 5 0 5">
<LineEdit Name="SearchBar" PlaceHolder="{Loc 'ai-warp-menu-search-placeholder'}" HorizontalExpand="True" Margin="0 0 2 0"/>
<Button Name="Refresh" Text="{Loc 'ai-warp-menu-refresh'}" Margin="2 0 0 0"/>
</BoxContainer>

<Label Name="Text" Text="{Loc 'ai-warp-menu-no-cameras'}" />
<TabContainer Name="SubnetList" VerticalExpand="True" Margin="0 5" />
</BoxContainer>
</controls:FancyWindow>

0 comments on commit fd93f16

Please sign in to comment.