diff --git a/Editors/Audio/AudioExplorer/AudioExplorerView.xaml b/Editors/Audio/AudioExplorer/AudioExplorerView.xaml index 7eaeff587..1c8fefcae 100644 --- a/Editors/Audio/AudioExplorer/AudioExplorerView.xaml +++ b/Editors/Audio/AudioExplorer/AudioExplorerView.xaml @@ -6,9 +6,9 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:b="http://schemas.microsoft.com/xaml/behaviors" xmlns:s="http://schemas.singulink.com/xaml" - xmlns:behaviors="clr-namespace:Shared.Ui.Common.Behaviors;assembly=Shared.Ui" + xmlns:Behaviors="clr-namespace:Shared.Ui.Common.Behaviors;assembly=Shared.Ui" xmlns:ValueConverters="clr-namespace:Editors.Audio.Shared.UI.ValueConverters" - xmlns:audioexplorer="clr-namespace:Editors.Audio.AudioExplorer" + xmlns:AudioExplorer="clr-namespace:Editors.Audio.AudioExplorer" d:DataContext="{d:DesignInstance Type=audioexplorer:AudioExplorerViewModel}" mc:Ignorable="d" d:DesignHeight="450" d:DesignWidth="800"> @@ -26,7 +26,7 @@ + Width="1*"/> - - @@ -63,6 +53,10 @@ Height="Auto"/> + + @@ -110,6 +104,7 @@ + Header="Languages"> -