2023-08-17 12:22:01 -05:00
|
|
|
<PanelContainer xmlns="https://spacestation14.io"
|
|
|
|
|
HorizontalExpand="True">
|
2024-01-01 02:16:25 -05:00
|
|
|
<BoxContainer Orientation="Horizontal">
|
2023-08-17 12:22:01 -05:00
|
|
|
<TextureRect Name="Icon"
|
|
|
|
|
Access="Public"
|
|
|
|
|
MinSize="32 32"
|
|
|
|
|
RectClipContent="True" />
|
|
|
|
|
<BoxContainer Orientation="Vertical"
|
|
|
|
|
HorizontalExpand="True"
|
|
|
|
|
VerticalExpand="False">
|
|
|
|
|
<Label Name="ProductName"
|
|
|
|
|
Access="Public"
|
|
|
|
|
HorizontalExpand="True"
|
|
|
|
|
ClipText="True"
|
2023-08-29 01:36:07 +01:00
|
|
|
Margin="4 4 4 4"/>
|
2023-08-17 12:22:01 -05:00
|
|
|
</BoxContainer>
|
2024-01-01 02:16:25 -05:00
|
|
|
<BoxContainer Name="Content"
|
|
|
|
|
Orientation="Horizontal"
|
|
|
|
|
HorizontalAlignment="Right">
|
|
|
|
|
<!--Here go buttons which added in c#-->
|
|
|
|
|
</BoxContainer>
|
2023-08-17 12:22:01 -05:00
|
|
|
</BoxContainer>
|
|
|
|
|
</PanelContainer>
|