Files
tbd-station-14/Content.Client/MedicalScanner/UI/MedicalScannerWindow.xaml
2021-09-19 17:36:09 +00:00

10 lines
340 B
XML

<SS14Window xmlns="https://spacestation14.io"
MinSize="250 100"
SetSize="250 100">
<BoxContainer Orientation="Vertical">
<Button Name="ScanButtonProtected"
Text="{Loc 'medical-scanner-window-save-button-text'}" />
<Label Name="Diagnostics" />
</BoxContainer>
</SS14Window>