Skip to content

Commit

Permalink
Don't show focus rectangle for the checkbox across the whole window w…
Browse files Browse the repository at this point in the history
…idth
  • Loading branch information
jnm2 committed Aug 12, 2023
1 parent 412964c commit e3b75a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/YouTubeDownloadTool/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</Grid.RowDefinitions>
<Label Target="{Binding ElementName=UrlTextBox}" Content="_Source page URL" />
<TextBox Grid.Row="1" Name="UrlTextBox" Text="{Binding DownloadUrl}" Margin="0,0,0,12" />
<CheckBox Grid.Row="2" IsChecked="{Binding AudioOnly}" Margin="0,0,0,12" Content="_Audio only" />
<CheckBox Grid.Row="2" IsChecked="{Binding AudioOnly}" Margin="0,0,0,12" Content="_Audio only" HorizontalAlignment="Left" />
<Label Grid.Row="3" Target="{Binding ElementName=DestinationTextBox}" Content="_Destination folder" />
<Grid Grid.Row="4">
<Grid.ColumnDefinitions>
Expand Down

0 comments on commit e3b75a5

Please sign in to comment.