11 lines
369 B
XML
11 lines
369 B
XML
<DefaultWindow xmlns="https://spacestation14.io"
|
|
MinSize="250 100"
|
|
SetSize="250 100">
|
|
<BoxContainer Orientation="Vertical">
|
|
<Button Name="ScanButton"
|
|
Access="Public"
|
|
Text="{Loc 'medical-scanner-window-save-button-text'}" />
|
|
<Label Name="Diagnostics" />
|
|
</BoxContainer>
|
|
</DefaultWindow>
|