Co-authored-by: fishfish458 <fishfish458> Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
12 lines
393 B
XML
12 lines
393 B
XML
<DefaultWindow xmlns="https://spacestation14.io"
|
|
MinSize="200 100"
|
|
SetSize="200 100">
|
|
<BoxContainer Orientation="Vertical">
|
|
<Label Name="OccupantName"/>
|
|
<Button Name="ScanButton"
|
|
Disabled="True"
|
|
Access="Public"
|
|
Text="{Loc 'medical-scanner-window-save-button-text'}" />
|
|
</BoxContainer>
|
|
</DefaultWindow>
|