mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-18 22:18:52 +03:00
8 lines
352 B
XML
8 lines
352 B
XML
<BoxContainer xmlns="https://spacestation14.io"
|
|
HorizontalExpand="True" Orientation="Vertical"
|
|
Margin = "20 0 0 0" MinSize="160 0" >
|
|
<Label Name="CBoundLabel" HorizontalAlignment="Center" />
|
|
<CheckBox Name="CBoundEnabled" HorizontalAlignment="Center" Text="{Loc 'Enable'}"/>
|
|
<FloatSpinBox Name="CSpinner" />
|
|
</BoxContainer>
|