2023-05-15 16:17:30 -04:00
|
|
|
<Control xmlns="https://spacestation14.io">
|
|
|
|
|
<BoxContainer Orientation="Horizontal">
|
|
|
|
|
<PanelContainer Name="Background"
|
|
|
|
|
Access="Public"
|
2023-06-15 03:44:28 +02:00
|
|
|
StyleClasses="PdaBackground"
|
2023-05-15 16:17:30 -04:00
|
|
|
VerticalExpand="False"
|
|
|
|
|
HorizontalExpand="False"
|
|
|
|
|
MaxWidth="10"
|
|
|
|
|
Margin="0 0 -5 0"/>
|
|
|
|
|
<Button Name="Main"
|
|
|
|
|
Disabled="True"
|
|
|
|
|
HorizontalExpand="True"
|
|
|
|
|
VerticalExpand="False"
|
|
|
|
|
StyleClasses="ButtonSquare"
|
|
|
|
|
Margin="0"
|
2023-09-11 13:53:35 +10:00
|
|
|
ToolTip="foobar">
|
2023-05-15 16:17:30 -04:00
|
|
|
<BoxContainer Orientation="Horizontal" Margin="0">
|
|
|
|
|
<TextureRect Name="Texture"
|
|
|
|
|
HorizontalExpand="False"
|
|
|
|
|
VerticalExpand="False"
|
|
|
|
|
Margin="1"
|
|
|
|
|
TextureScale="0.5 0.5"/>
|
|
|
|
|
<Control MinWidth="5"/>
|
|
|
|
|
<RichTextLabel Name="NameLabel" StyleClasses="LabelSubText" VerticalAlignment="Center"/>
|
|
|
|
|
</BoxContainer>
|
|
|
|
|
</Button>
|
|
|
|
|
</BoxContainer>
|
|
|
|
|
</Control>
|