Lil profile editor rearrange (#23305)
This commit is contained in:
@@ -54,6 +54,30 @@
|
|||||||
<!-- appearanceList -->
|
<!-- appearanceList -->
|
||||||
<BoxContainer Orientation="Vertical">
|
<BoxContainer Orientation="Vertical">
|
||||||
<BoxContainer Margin="10" Orientation="Vertical" HorizontalExpand="True">
|
<BoxContainer Margin="10" Orientation="Vertical" HorizontalExpand="True">
|
||||||
|
<!-- Species -->
|
||||||
|
<BoxContainer HorizontalExpand="True">
|
||||||
|
<Label Text="{Loc 'humanoid-profile-editor-species-label'}" />
|
||||||
|
<Control HorizontalExpand="True"/>
|
||||||
|
<OptionButton Name="CSpeciesButton" HorizontalAlignment="Right" />
|
||||||
|
</BoxContainer>
|
||||||
|
<!-- Age -->
|
||||||
|
<BoxContainer HorizontalExpand="True">
|
||||||
|
<Label Text="{Loc 'humanoid-profile-editor-age-label'}" />
|
||||||
|
<Control HorizontalExpand="True"/>
|
||||||
|
<LineEdit Name="CAgeEdit" MinSize="40 0" HorizontalAlignment="Right" />
|
||||||
|
</BoxContainer>
|
||||||
|
<!-- Sex -->
|
||||||
|
<BoxContainer HorizontalExpand="True">
|
||||||
|
<Label Text="{Loc 'humanoid-profile-editor-sex-label'}" />
|
||||||
|
<Control HorizontalExpand="True"/>
|
||||||
|
<OptionButton Name="CSexButton" HorizontalAlignment="Right" />
|
||||||
|
</BoxContainer>
|
||||||
|
<!-- Pronouns -->
|
||||||
|
<BoxContainer HorizontalExpand="True">
|
||||||
|
<Label Text="{Loc 'humanoid-profile-editor-pronouns-label'}" />
|
||||||
|
<Control HorizontalExpand="True"/>
|
||||||
|
<OptionButton Name="CPronounsButton" HorizontalAlignment="Right" />
|
||||||
|
</BoxContainer>
|
||||||
<!-- Show clothing -->
|
<!-- Show clothing -->
|
||||||
<BoxContainer HorizontalExpand="True">
|
<BoxContainer HorizontalExpand="True">
|
||||||
<Label Text="{Loc 'humanoid-profile-editor-clothing'}" />
|
<Label Text="{Loc 'humanoid-profile-editor-clothing'}" />
|
||||||
@@ -72,30 +96,6 @@
|
|||||||
<Control HorizontalExpand="True"/>
|
<Control HorizontalExpand="True"/>
|
||||||
<OptionButton Name="CBackpackButton" HorizontalAlignment="Right" />
|
<OptionButton Name="CBackpackButton" HorizontalAlignment="Right" />
|
||||||
</BoxContainer>
|
</BoxContainer>
|
||||||
<!-- Sex -->
|
|
||||||
<BoxContainer HorizontalExpand="True">
|
|
||||||
<Label Text="{Loc 'humanoid-profile-editor-sex-label'}" />
|
|
||||||
<Control HorizontalExpand="True"/>
|
|
||||||
<OptionButton Name="CSexButton" HorizontalAlignment="Right" />
|
|
||||||
</BoxContainer>
|
|
||||||
<!-- Pronouns -->
|
|
||||||
<BoxContainer HorizontalExpand="True">
|
|
||||||
<Label Text="{Loc 'humanoid-profile-editor-pronouns-label'}" />
|
|
||||||
<Control HorizontalExpand="True"/>
|
|
||||||
<OptionButton Name="CPronounsButton" HorizontalAlignment="Right" />
|
|
||||||
</BoxContainer>
|
|
||||||
<!-- Age -->
|
|
||||||
<BoxContainer HorizontalExpand="True">
|
|
||||||
<Label Text="{Loc 'humanoid-profile-editor-age-label'}" />
|
|
||||||
<Control HorizontalExpand="True"/>
|
|
||||||
<LineEdit Name="CAgeEdit" MinSize="40 0" HorizontalAlignment="Right" />
|
|
||||||
</BoxContainer>
|
|
||||||
<!-- Species -->
|
|
||||||
<BoxContainer HorizontalExpand="True">
|
|
||||||
<Label Text="{Loc 'humanoid-profile-editor-species-label'}" />
|
|
||||||
<Control HorizontalExpand="True"/>
|
|
||||||
<OptionButton Name="CSpeciesButton" HorizontalAlignment="Right" />
|
|
||||||
</BoxContainer>
|
|
||||||
</BoxContainer>
|
</BoxContainer>
|
||||||
<!-- Skin -->
|
<!-- Skin -->
|
||||||
<BoxContainer Margin="10" HorizontalExpand="True" Orientation="Vertical">
|
<BoxContainer Margin="10" HorizontalExpand="True" Orientation="Vertical">
|
||||||
|
|||||||
Reference in New Issue
Block a user