14 lines
573 B
XML
14 lines
573 B
XML
<SS14Window
|
|
xmlns="https://spacestation14.io" Title="Kick">
|
|
<BoxContainer Orientation="Vertical">
|
|
<BoxContainer Orientation="Horizontal">
|
|
<Label Text="{Loc Event}" MinSize="100 0" />
|
|
<Control MinSize="50 0" />
|
|
<OptionButton Name="EventsOptions" MinSize="100 0" HorizontalExpand="True" />
|
|
</BoxContainer>
|
|
<Button Name="PauseButton" Text="{Loc Pause}" />
|
|
<Button Name="ResumeButton" Text="{Loc Resume}" />
|
|
<Button Name="SubmitButton" Text="{Loc Run}" />
|
|
</BoxContainer>
|
|
</SS14Window>
|