<!-- appearanceList -->
<BoxContainer Orientation="Vertical">
<BoxContainer Margin="10" Orientation="Vertical" HorizontalExpand="True">
- <!-- Show clothing -->
- <BoxContainer HorizontalExpand="True">
- <Label Text="{Loc 'humanoid-profile-editor-clothing'}" />
- <Control HorizontalExpand="True"/>
- <Button Name="ShowClothes" Pressed="True" ToggleMode="True" Text="{Loc 'humanoid-profile-editor-clothing-show'}" HorizontalAlignment="Right" />
- </BoxContainer>
- <!-- Clothing -->
+ <!-- Species -->
<BoxContainer HorizontalExpand="True">
- <Label Text="{Loc 'humanoid-profile-editor-clothing-label'}" />
+ <Label Text="{Loc 'humanoid-profile-editor-species-label'}" />
<Control HorizontalExpand="True"/>
- <OptionButton Name="CClothingButton" HorizontalAlignment="Right" />
+ <OptionButton Name="CSpeciesButton" HorizontalAlignment="Right" />
</BoxContainer>
- <!-- Backpack -->
+ <!-- Age -->
<BoxContainer HorizontalExpand="True">
- <Label Text="{Loc 'humanoid-profile-editor-backpack-label'}" />
+ <Label Text="{Loc 'humanoid-profile-editor-age-label'}" />
<Control HorizontalExpand="True"/>
- <OptionButton Name="CBackpackButton" HorizontalAlignment="Right" />
+ <LineEdit Name="CAgeEdit" MinSize="40 0" HorizontalAlignment="Right" />
</BoxContainer>
<!-- Sex -->
<BoxContainer HorizontalExpand="True">
<Control HorizontalExpand="True"/>
<OptionButton Name="CPronounsButton" HorizontalAlignment="Right" />
</BoxContainer>
- <!-- Age -->
+ <!-- Show clothing -->
<BoxContainer HorizontalExpand="True">
- <Label Text="{Loc 'humanoid-profile-editor-age-label'}" />
+ <Label Text="{Loc 'humanoid-profile-editor-clothing'}" />
<Control HorizontalExpand="True"/>
- <LineEdit Name="CAgeEdit" MinSize="40 0" HorizontalAlignment="Right" />
+ <Button Name="ShowClothes" Pressed="True" ToggleMode="True" Text="{Loc 'humanoid-profile-editor-clothing-show'}" HorizontalAlignment="Right" />
</BoxContainer>
- <!-- Species -->
+ <!-- Clothing -->
<BoxContainer HorizontalExpand="True">
- <Label Text="{Loc 'humanoid-profile-editor-species-label'}" />
+ <Label Text="{Loc 'humanoid-profile-editor-clothing-label'}" />
<Control HorizontalExpand="True"/>
- <OptionButton Name="CSpeciesButton" HorizontalAlignment="Right" />
+ <OptionButton Name="CClothingButton" HorizontalAlignment="Right" />
+ </BoxContainer>
+ <!-- Backpack -->
+ <BoxContainer HorizontalExpand="True">
+ <Label Text="{Loc 'humanoid-profile-editor-backpack-label'}" />
+ <Control HorizontalExpand="True"/>
+ <OptionButton Name="CBackpackButton" HorizontalAlignment="Right" />
</BoxContainer>
</BoxContainer>
<!-- Skin -->