GravityGeneratorWindow to XAML UI (#4638)

* Move color handling to localization strings, small improvements

* Create/move files to UI namespace

* Actually change namespace

* Move to XAML

* Improve localization
This commit is contained in:
Visne
2021-09-19 18:59:55 +02:00
committed by GitHub
parent a9b3b5136b
commit 5063689d81
5 changed files with 111 additions and 110 deletions

View File

@@ -0,0 +1,13 @@
<SS14Window xmlns="https://spacestation14.io"
Title="{Loc 'gravity-generator-window-title'}"
MinSize="270 130"
SetSize="270 130">
<BoxContainer Orientation="Vertical">
<BoxContainer Orientation="Horizontal">
<RichTextLabel Name="Status" />
</BoxContainer>
<Button Name="SwitchProtected"
TextAlign="Center"
MinHeight="60" />
</BoxContainer>
</SS14Window>