diff --git a/sound/recorder/MainWindow.xaml b/sound/recorder/MainWindow.xaml index 3be9ace89..7e88e25dd 100644 --- a/sound/recorder/MainWindow.xaml +++ b/sound/recorder/MainWindow.xaml @@ -10,11 +10,11 @@ - - + + - + @@ -30,15 +30,17 @@ - + VerticalAlignment="Stretch" + ItemsSource="{Binding sentences, Mode=TwoWay}" + IsSynchronizedWithCurrentItem="True" + > - + @@ -54,8 +56,9 @@ + SelectionChanged="switchLanguage" + Width="200" Height="23" + ItemsSource="{Binding languages, Mode=TwoWay}" /> @@ -82,6 +85,21 @@ + + + + + + + - - +