* Initial commit * Clean-up * Fix ftl, new damage * ftl fix for real * Updates based on feedback * Child implant fix * Make the UI only open when implanter is in draw mode * Review fixes * shunting
13 lines
633 B
XML
13 lines
633 B
XML
<controls:FancyWindow xmlns="https://spacestation14.io"
|
|
xmlns:controls="clr-namespace:Content.Client.UserInterface.Controls"
|
|
Title="{Loc 'implanter-set-draw-window'}"
|
|
MinSize="5 30">
|
|
<BoxContainer Orientation="Vertical" Margin="10 5">
|
|
<Label Text="{Loc 'implanter-set-draw-info'}" Margin="0 0 0 5"/>
|
|
<BoxContainer Orientation="Horizontal">
|
|
<Label Text="{Loc 'implanter-set-draw-type'}" Margin="0 0 5 0"/>
|
|
<OptionButton Name="ImplantSelector"/> <!-- Populated in LoadVerbs -->
|
|
</BoxContainer>
|
|
</BoxContainer>
|
|
</controls:FancyWindow>
|