Нихуя не фикс
This commit is contained in:
@@ -162,14 +162,14 @@
|
|||||||
</prefUi:HighlightedContainer>
|
</prefUi:HighlightedContainer>
|
||||||
</BoxContainer>
|
</BoxContainer>
|
||||||
<!-- Height -->
|
<!-- Height -->
|
||||||
<BoxContainer HorizontalExpand="True" Orientation="Vertical" Name="HeightContainer">
|
<!--BoxContainer HorizontalExpand="True" Orientation="Vertical" Name="HeightContainer">
|
||||||
<Label Text="{Loc 'humanoid-profile-editor-height-label'}" />
|
<Label Text="{Loc 'humanoid-profile-editor-height-label'}" />
|
||||||
<Slider HorizontalExpand="True" Name="CHeight" MinValue="0" MaxValue="255" Value="1"/>
|
<Slider HorizontalExpand="True" Name="CHeight" MinValue="0" MaxValue="255" Value="1"/>
|
||||||
<BoxContainer Orientation="Horizontal">
|
<BoxContainer Orientation="Horizontal">
|
||||||
<Label Name="CHeightInformation"/>
|
<Label Name="CHeightInformation"/>
|
||||||
<Button Name="ResetHeightButton" Text="{Loc 'height-reset'}"/>
|
<Button Name="ResetHeightButton" Text="{Loc 'height-reset'}"/>
|
||||||
</BoxContainer>
|
</BoxContainer>
|
||||||
</BoxContainer>
|
</-->
|
||||||
<!-- Skin -->
|
<!-- Skin -->
|
||||||
<prefUi:HighlightedContainer>
|
<prefUi:HighlightedContainer>
|
||||||
<BoxContainer HorizontalExpand="True" Orientation="Vertical">
|
<BoxContainer HorizontalExpand="True" Orientation="Vertical">
|
||||||
@@ -193,7 +193,7 @@
|
|||||||
</BoxContainer>
|
</BoxContainer>
|
||||||
</prefUi:HighlightedContainer>
|
</prefUi:HighlightedContainer>
|
||||||
<!-- AMOUR -->
|
<!-- AMOUR -->
|
||||||
<humanoidProfileEditorExt:GenitalBoxView Name="GenitalBoxView"/>
|
<!--humanoidProfileEditorExt:GenitalBoxView Name="GenitalBoxView"/-->
|
||||||
</BoxContainer>
|
</BoxContainer>
|
||||||
</ScrollContainer>
|
</ScrollContainer>
|
||||||
</BoxContainer>
|
</BoxContainer>
|
||||||
|
|||||||
@@ -207,11 +207,11 @@ namespace Content.Client.Preferences.UI
|
|||||||
|
|
||||||
//AMOUR START
|
//AMOUR START
|
||||||
#region Genitals
|
#region Genitals
|
||||||
InitializeGenitals();
|
//InitializeGenitals();
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region height
|
#region height
|
||||||
InitializeHeight();
|
//InitializeHeight();
|
||||||
#endregion
|
#endregion
|
||||||
//AMOUR END
|
//AMOUR END
|
||||||
|
|
||||||
@@ -235,7 +235,7 @@ namespace Content.Client.Preferences.UI
|
|||||||
SetSpecies(_speciesList[args.Id].ID);
|
SetSpecies(_speciesList[args.Id].ID);
|
||||||
UpdateHairPickers();
|
UpdateHairPickers();
|
||||||
OnSkinColorOnValueChanged();
|
OnSkinColorOnValueChanged();
|
||||||
UpdateHeightControl(); // AMOUR
|
//UpdateHeightControl(); // AMOUR
|
||||||
};
|
};
|
||||||
|
|
||||||
#endregion Species
|
#endregion Species
|
||||||
@@ -1289,9 +1289,9 @@ namespace Content.Client.Preferences.UI
|
|||||||
//WD-EDIT
|
//WD-EDIT
|
||||||
|
|
||||||
//Amour edit
|
//Amour edit
|
||||||
UpdateGenitalsControls();
|
//UpdateGenitalsControls();
|
||||||
UpdateRoleplayThink();
|
UpdateRoleplayThink();
|
||||||
UpdateHeightControl();
|
//UpdateHeightControl();
|
||||||
//Amour edit
|
//Amour edit
|
||||||
|
|
||||||
_preferenceUnavailableButton.SelectId((int) Profile.PreferenceUnavailable);
|
_preferenceUnavailableButton.SelectId((int) Profile.PreferenceUnavailable);
|
||||||
|
|||||||
Reference in New Issue
Block a user