2022-01-21 01:38:35 -08:00
|
|
|
<DefaultWindow
|
2024-06-22 17:05:33 +04:00
|
|
|
xmlns="https://spacestation14.io" Title="{Loc admin-ui-atmos-add}">
|
2021-07-18 18:39:31 +02:00
|
|
|
<BoxContainer Orientation="Vertical">
|
|
|
|
|
<BoxContainer Orientation="Horizontal">
|
2024-06-22 17:05:33 +04:00
|
|
|
<Label Text="{Loc admin-ui-atmos-grid}" MinSize="100 0" />
|
2021-02-21 12:38:56 +01:00
|
|
|
<Control MinSize="50 0" />
|
|
|
|
|
<OptionButton Name="GridOptions" MinSize="100 0" HorizontalExpand="True" />
|
2021-07-18 18:39:31 +02:00
|
|
|
</BoxContainer>
|
2024-06-22 17:05:33 +04:00
|
|
|
<Button Name="SubmitButton" Text="{Loc admin-ui-atmos-add}" />
|
2021-07-18 18:39:31 +02:00
|
|
|
</BoxContainer>
|
2022-01-21 01:38:35 -08:00
|
|
|
</DefaultWindow>
|