Files

18 lines
734 B
Plaintext
Raw Permalink Normal View History

<radial1:RadialContainer
2024-01-27 15:19:52 +03:00
xmlns="https://spacestation14.io"
xmlns:radial1="clr-namespace:Content.Client._White.UserInterface.Radial"
2024-01-27 15:19:52 +03:00
Visible="False"
MaxSize="0 0">
<BoxContainer>
<radial1:RadialButton
2024-01-27 15:19:52 +03:00
Name="CloseButton"
Access="Public"
VerticalExpand="True"
HorizontalExpand="True"
Content="{Loc 'radial-ui-close'}"
Texture="/Textures/Interface/Default/blocked.png"/>
<LayoutContainer Access="Public" Name="Layout" HorizontalExpand="True" VerticalExpand="True"></LayoutContainer>
<RichTextLabel Access="Public" Name="ActionLabel" HorizontalExpand="True" Visible="False"/>
</BoxContainer>
</radial1:RadialContainer>