MedicalScannerWindow to XAML UI (#4641)

This commit is contained in:
Visne
2021-09-19 19:36:09 +02:00
committed by GitHub
parent 9e5628ab5e
commit 73171835f1
2 changed files with 17 additions and 23 deletions

View File

@@ -0,0 +1,9 @@
<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>