Delta-v/Content.Client/MedicalScanner/UI/MedicalScannerWindow.xaml

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>