Skip to content

Commit

Permalink
Added 'sound device' textbox to config screen - #86
Browse files Browse the repository at this point in the history
  • Loading branch information
Asnivor committed Feb 26, 2017
1 parent d5bb091 commit f34d558
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions MedLaunch/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -2060,9 +2060,14 @@
<RowDefinition Height="Auto" />
<RowDefinition Height="Auto" />
<RowDefinition Height="Auto" />
<RowDefinition Height="Auto" />
<RowDefinition Height="*" />
</Grid.RowDefinitions>

<Label x:Name="cfglbl_sound__device" Grid.Row="0">Sound Device</Label>
<TextBox Name="cfg_sound__device" Grid.Row="0" Grid.Column="1" Margin="0,0,0,10">
</TextBox>

<Label x:Name="cfglbl_sound__driver" Grid.Row="1">Sound Driver</Label>
<ComboBox SelectedValuePath="Tag" Name="cfg_sound__driver" Grid.Row="1" Grid.Column="1" Margin="0,0,0,10">
<ComboBoxItem Tag="default">Default Sound Driver</ComboBoxItem>
Expand Down

0 comments on commit f34d558

Please sign in to comment.