Files
tbd-station-14/Content.Client/GameObjects/Components/Observer/GhostRoles/GhostRolesWindow.xaml
2021-02-16 09:51:27 +01:00

13 lines
686 B
XML

<cc:SS14Window Title="Ghost Roles"
xmlns:cc="clr-namespace:Robust.Client.UserInterface.CustomControls;assembly=Robust.Client"
xmlns:uic="clr-namespace:Robust.Client.UserInterface.Controls;assembly=Robust.Client">
<uic:CenterContainer Name="NoRolesMessage" SizeFlagsVertical="FillExpand" SizeFlagsHorizontal="FillExpand">
<uic:Label Text="There are currently no available ghost roles."/>
</uic:CenterContainer>
<uic:ScrollContainer SizeFlagsHorizontal="FillExpand" SizeFlagsVertical="FillExpand">
<uic:VBoxContainer Name="EntryContainer" SizeFlagsHorizontal="FillExpand" SizeFlagsVertical="FillExpand" />
</uic:ScrollContainer>
</cc:SS14Window>