MedicalScannerWindow to XAML UI (#4641)
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user