11 lines
363 B
XML
11 lines
363 B
XML
<SS14Window 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>
|
|
</SS14Window>
|