Files
crystall-punk-14/Content.Client/MedicalScanner/UI/MedicalScannerWindow.xaml

10 lines
340 B
Plaintext
Raw Normal View History

<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>