* Move color handling to localization strings, small improvements * Create/move files to UI namespace * Actually change namespace * Move to XAML * Improve localization
14 lines
465 B
XML
14 lines
465 B
XML
<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>
|