mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-18 14:07:53 +03:00
17 lines
789 B
XML
17 lines
789 B
XML
<ui:ChoiceControl
|
|
xmlns="https://spacestation14.io"
|
|
xmlns:ui="clr-namespace:Content.Client._Shitmed.Choice.UI">
|
|
<BoxContainer Orientation="Horizontal">
|
|
<Button Name="Button" Access="Public"
|
|
HorizontalExpand="True" VerticalExpand="False"
|
|
StyleClasses="ButtonSquare" Margin="0">
|
|
<BoxContainer Orientation="Horizontal" Margin="0">
|
|
<TextureRect Name="Texture" Access="Public"
|
|
HorizontalExpand="False" VerticalExpand="False"
|
|
Margin="1"/>
|
|
<Control MinWidth="5"/>
|
|
<RichTextLabel Name="NameLabel" Access="Public" VerticalAlignment="Center"/>
|
|
</BoxContainer>
|
|
</Button>
|
|
</BoxContainer>
|
|
</ui:ChoiceControl> |