]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Lil profile editor rearrange (#23305)
authorlzk <124214523+lzk228@users.noreply.github.com>
Wed, 3 Jan 2024 07:41:53 +0000 (08:41 +0100)
committerGitHub <noreply@github.com>
Wed, 3 Jan 2024 07:41:53 +0000 (18:41 +1100)
Content.Client/Preferences/UI/HumanoidProfileEditor.xaml

index 5d1220d3650f11ee9585e2139f207fae1e2fbfc4..b837d5ec7d2396a2fa716ff7cda67976fec389aa 100644 (file)
                         <!-- 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 -->