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:
13
Content.Client/Gravity/UI/GravityGeneratorWindow.xaml
Normal file
13
Content.Client/Gravity/UI/GravityGeneratorWindow.xaml
Normal 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>
|
||||
Reference in New Issue
Block a user