Play button base

This commit is contained in:
EnefFlow
2023-05-04 17:51:53 +03:00
committed by Aviu00
parent 043b20a938
commit 59b5f24842
9 changed files with 97 additions and 3 deletions

View File

@@ -98,6 +98,7 @@
<Label Text="{Loc 'humanoid-profile-editor-voice-label'}" />
<Control HorizontalExpand="True"/>
<OptionButton Name="CVoiceButton" HorizontalAlignment="Right" />
<Button Name="CVoicePlayButton" Text="{Loc 'humanoid-profile-editor-voice-play'}" MaxWidth="80" />
</BoxContainer>
<!-- Show clothing -->
<BoxContainer HorizontalExpand="True">

View File

@@ -84,6 +84,7 @@ namespace Content.Client.Preferences.UI
//WD-EDIT
private OptionButton _voiceButton => CVoiceButton;
private Button _voicePlayButton => CVoicePlayButton;
//WD-EDIT
private Slider _skinColor => CSkin;