Replace most VBox/HBoxContainers with BoxContainers (#4274)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
xmlns:scc="clr-namespace:Content.Client.GameObjects.Components.Power"
|
||||
Title="{Loc 'solar-control-window-title'}"
|
||||
Resizable="False">
|
||||
<HBoxContainer>
|
||||
<BoxContainer Orientation="Horizontal">
|
||||
<GridContainer Columns="2">
|
||||
<!--
|
||||
little secret: the reason I put the values
|
||||
@@ -27,6 +27,6 @@
|
||||
<Label Text="{Loc 'solar-control-window-press-enter-to-confirm'}"/><Label Text=""/>
|
||||
</GridContainer>
|
||||
<scc:SolarControlNotARadar Name="NotARadar"/>
|
||||
</HBoxContainer>
|
||||
</BoxContainer>
|
||||
</SS14Window>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user