Files
crystall-punk-14/Content.Client/GameObjects/Components/Observer/GhostRolesWindow.xaml

13 lines
686 B
Plaintext
Raw Normal View History

<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>